/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AsmBackend.cpp | 600 if (LRPush.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding() 603 if (FPPush.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding() 630 case MCCFIInstruction::OpOffset: { in generateCompactUnwindEncoding() 642 if (Inst2.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 306 unsigned OpOffset = 0; in isInterestingMemoryAccess() local 311 OpOffset = 1; in isInterestingMemoryAccess() 321 auto *BasePtr = CI->getOperand(0 + OpOffset); in isInterestingMemoryAccess() 322 Access.MaybeMask = CI->getOperand(2 + OpOffset); in isInterestingMemoryAccess()
|
H A D | AddressSanitizer.cpp | 1333 unsigned OpOffset = IsWrite ? 1 : 0; in getInterestingMemoryOperands() local 1337 auto BasePtr = CI->getOperand(OpOffset); in getInterestingMemoryOperands() 1343 if (auto *Op = dyn_cast<ConstantInt>(CI->getOperand(1 + OpOffset))) in getInterestingMemoryOperands() 1345 Value *Mask = CI->getOperand(2 + OpOffset); in getInterestingMemoryOperands() 1346 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, Mask); in getInterestingMemoryOperands()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 485 OpOffset, enumerator 573 return MCCFIInstruction(OpOffset, L, Register, Offset, ""); in createOffset() 646 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister() 665 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 4409 int OpOffset = 0; in legalizeBufferStore() local 4412 OpOffset = 1; in legalizeBufferStore() 4423 ++OpOffset; in legalizeBufferStore() 4505 int OpOffset = 0; in legalizeBufferLoad() local 4510 ++OpOffset; in legalizeBufferLoad() 4523 ++OpOffset; in legalizeBufferLoad() 4534 ++OpOffset; in legalizeBufferLoad() 4705 int OpOffset = 0; in legalizeBufferAtomic() local 4710 OpOffset = -1; in legalizeBufferAtomic() 4718 ++OpOffset; in legalizeBufferAtomic() [all …]
|
H A D | AMDGPUInstructionSelector.cpp | 3078 int OpOffset = 0; in selectBufferLoadLds() local 3081 OpOffset = 1; in selectBufferLoadLds() 3084 Register VOffset = MI.getOperand(4 + OpOffset).getReg(); in selectBufferLoadLds() 3135 MIB.add(MI.getOperand(5 + OpOffset)); // soffset in selectBufferLoadLds() 3136 MIB.add(MI.getOperand(6 + OpOffset)); // imm offset in selectBufferLoadLds() 3137 unsigned Aux = MI.getOperand(7 + OpOffset).getImm(); in selectBufferLoadLds() 3143 LoadPtrI.Offset = MI.getOperand(6 + OpOffset).getImm(); in selectBufferLoadLds()
|
H A D | SIISelLowering.cpp | 8289 unsigned OpOffset = HasVIndex ? 1 : 0; in LowerINTRINSIC_VOID() local 8290 SDValue VOffset = Op.getOperand(5 + OpOffset); in LowerINTRINSIC_VOID() 8332 Ops.push_back(Op.getOperand(6 + OpOffset)); // soffset in LowerINTRINSIC_VOID() 8333 Ops.push_back(Op.getOperand(7 + OpOffset)); // imm offset in LowerINTRINSIC_VOID() 8334 unsigned Aux = Op.getConstantOperandVal(8 + OpOffset); in LowerINTRINSIC_VOID() 8345 LoadPtrI.Offset = Op->getConstantOperandVal(7 + OpOffset); in LowerINTRINSIC_VOID()
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 593 unsigned OpOffset = in selectLoad() local 595 Register Ptr = I.getOperand(1 + OpOffset).getReg(); in selectLoad() 602 addMemoryOperands(I.getOperand(2 + OpOffset).getImm(), MIB); in selectLoad() 610 unsigned OpOffset = in selectStore() local 612 Register StoreVal = I.getOperand(0 + OpOffset).getReg(); in selectStore() 613 Register Ptr = I.getOperand(1 + OpOffset).getReg(); in selectStore() 620 addMemoryOperands(I.getOperand(2 + OpOffset).getImm(), MIB); in selectStore()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterDwarf.cpp | 248 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CFIInstrInserter.cpp | 207 case MCCFIInstruction::OpOffset: in calculateOutgoingCFAInfo()
|
H A D | MachineOperand.cpp | 665 case MCCFIInstruction::OpOffset: in printCFI()
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 1038 uint64_t OpOffset = 0; in cloneExpression() local 1052 assert(OpOffset < Op.getEndOffset()); in cloneExpression() 1053 uint32_t ULEBsize = Op.getEndOffset() - OpOffset - 1; in cloneExpression() 1091 StringRef Bytes = Data.getData().slice(OpOffset, Op.getEndOffset()); in cloneExpression() 1094 OpOffset = Op.getEndOffset(); in cloneExpression()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 1140 case MCCFIInstruction::OpOffset: // DW_CFA_offset in generateCompactUnwindEncoding()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 1388 case MCCFIInstruction::OpOffset: { in generateCompactUnwindEncoding()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1400 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2216 unsigned OpOffset = IsStrict ? 1 : 0; in PromoteIntOp_FPOWI() local 2219 N->getOperand(1 + OpOffset).getValueType().getSizeInBits() && in PromoteIntOp_FPOWI() 2223 SDValue Ops[2] = {N->getOperand(0 + OpOffset), N->getOperand(1 + OpOffset)}; in PromoteIntOp_FPOWI()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 2478 unsigned OpOffset = X86II::isKMasked(Desc.TSFlags) ? 1 : 0; in findCommutedOpIndices() local 2482 unsigned Imm = MI.getOperand(3 + OpOffset).getImm() & 0x7; in findCommutedOpIndices() 2499 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 1 + OpOffset, in findCommutedOpIndices() 2500 2 + OpOffset); in findCommutedOpIndices()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8339 unsigned OpOffset = Slct.getOpcode() == RISCVISD::SELECT_CC ? 2 : 0; in combineSelectAndUse() local 8340 SDValue TrueVal = Slct.getOperand(1 + OpOffset); in combineSelectAndUse() 8341 SDValue FalseVal = Slct.getOperand(2 + OpOffset); in combineSelectAndUse()
|