/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AsmBackend.cpp | 639 if (LRPush.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding() 642 if (FPPush.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding() 669 case MCCFIInstruction::OpOffset: { in generateCompactUnwindEncoding() 681 if (Inst2.getOperation() != MCCFIInstruction::OpOffset) in generateCompactUnwindEncoding()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 490 OpOffset, enumerator 602 return MCCFIInstruction(OpOffset, L, Register, Offset, Loc); 688 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister() 708 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 363 unsigned OpOffset = 0; in isInterestingMemoryAccess() local 368 OpOffset = 1; in isInterestingMemoryAccess() 378 auto *BasePtr = CI->getOperand(0 + OpOffset); in isInterestingMemoryAccess() 379 Access.MaybeMask = CI->getOperand(2 + OpOffset); in isInterestingMemoryAccess()
|
H A D | AddressSanitizer.cpp | 1439 unsigned OpOffset = IsWrite ? 1 : 0; in getInterestingMemoryOperands() local 1443 auto BasePtr = CI->getOperand(OpOffset); in getInterestingMemoryOperands() 1449 if (auto *Op = dyn_cast<ConstantInt>(CI->getOperand(1 + OpOffset))) in getInterestingMemoryOperands() 1451 Value *Mask = CI->getOperand(2 + OpOffset); in getInterestingMemoryOperands() 1452 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, Mask); in getInterestingMemoryOperands() 1458 unsigned OpOffset = IsWrite ? 1 : 0; in getInterestingMemoryOperands() local 1461 auto BasePtr = CI->getOperand(OpOffset); in getInterestingMemoryOperands() 1468 Value *Mask = CI->getOperand(1 + OpOffset); in getInterestingMemoryOperands() 1474 Interesting.emplace_back(I, OpOffset, IsWrite, Ty, Alignment, TrueMask, in getInterestingMemoryOperands()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 5830 int OpOffset = 0; in legalizeBufferStore() local 5833 OpOffset = 1; in legalizeBufferStore() 5838 Register VOffset = MI.getOperand(3 + OpOffset).getReg(); in legalizeBufferStore() 5839 Register SOffset = MI.getOperand(4 + OpOffset).getReg(); in legalizeBufferStore() 5843 Format = MI.getOperand(5 + OpOffset).getImm(); in legalizeBufferStore() 5844 ++OpOffset; in legalizeBufferStore() 5847 unsigned AuxiliaryData = MI.getOperand(5 + OpOffset).getImm(); in legalizeBufferStore() 5925 int OpOffset = 0; in legalizeBufferLoad() local 5930 ++OpOffset; in legalizeBufferLoad() 5933 castBufferRsrcArgToV4I32(MI, B, 2 + OpOffset); in legalizeBufferLoad() [all …]
|
H A D | AMDGPUInstructionSelector.cpp | 3193 int OpOffset = 0; in selectBufferLoadLds() local 3196 OpOffset = 1; in selectBufferLoadLds() 3199 Register VOffset = MI.getOperand(4 + OpOffset).getReg(); in selectBufferLoadLds() 3250 MIB.add(MI.getOperand(5 + OpOffset)); // soffset in selectBufferLoadLds() 3251 MIB.add(MI.getOperand(6 + OpOffset)); // imm offset in selectBufferLoadLds() 3252 unsigned Aux = MI.getOperand(7 + OpOffset).getImm(); in selectBufferLoadLds() 3258 LoadPtrI.Offset = MI.getOperand(6 + OpOffset).getImm(); in selectBufferLoadLds()
|
H A D | SIISelLowering.cpp | 9713 unsigned OpOffset = HasVIndex ? 1 : 0; in LowerINTRINSIC_VOID() local 9714 SDValue VOffset = Op.getOperand(5 + OpOffset); in LowerINTRINSIC_VOID() 9756 Ops.push_back(Op.getOperand(6 + OpOffset)); // soffset in LowerINTRINSIC_VOID() 9757 Ops.push_back(Op.getOperand(7 + OpOffset)); // imm offset in LowerINTRINSIC_VOID() 9758 unsigned Aux = Op.getConstantOperandVal(8 + OpOffset); in LowerINTRINSIC_VOID()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterDwarf.cpp | 227 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 1103 uint64_t OpOffset = 0; in cloneDieAttrExpression() local 1117 assert(OpOffset < Op.getEndOffset()); in cloneDieAttrExpression() 1118 uint32_t ULEBsize = Op.getEndOffset() - OpOffset - 1; in cloneDieAttrExpression() 1225 InputExpression.getData().slice(OpOffset, Op.getEndOffset()); in cloneDieAttrExpression() 1228 OpOffset = Op.getEndOffset(); in cloneDieAttrExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 774 unsigned OpOffset = isa<GIntrinsic>(I) ? 1 : 0; in selectLoad() local 775 Register Ptr = I.getOperand(1 + OpOffset).getReg(); in selectLoad() 784 addMemoryOperands(I.getOperand(2 + OpOffset).getImm(), MIB); in selectLoad() 792 unsigned OpOffset = isa<GIntrinsic>(I) ? 1 : 0; in selectStore() local 793 Register StoreVal = I.getOperand(0 + OpOffset).getReg(); in selectStore() 794 Register Ptr = I.getOperand(1 + OpOffset).getReg(); in selectStore() 803 addMemoryOperands(I.getOperand(2 + OpOffset).getImm(), MIB); in selectStore()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CFIInstrInserter.cpp | 208 case MCCFIInstruction::OpOffset: in calculateOutgoingCFAInfo()
|
H A D | MachineOperand.cpp | 683 case MCCFIInstruction::OpOffset: in printCFI()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 1164 uint64_t OpOffset = 0; in cloneExpression() local 1178 assert(OpOffset < Op.getEndOffset()); in cloneExpression() 1179 uint32_t ULEBsize = Op.getEndOffset() - OpOffset - 1; in cloneExpression() 1271 StringRef Bytes = Data.getData().slice(OpOffset, Op.getEndOffset()); in cloneExpression() 1274 OpOffset = Op.getEndOffset(); in cloneExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAsmBackend.cpp | 1183 case MCCFIInstruction::OpOffset: // DW_CFA_offset in generateCompactUnwindEncoding()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 1401 case MCCFIInstruction::OpOffset: { in generateCompactUnwindEncoding()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1408 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2544 unsigned OpOffset = IsStrict ? 1 : 0; in PromoteIntOp_ExpOp() local 2547 N->getOperand(1 + OpOffset).getValueType().getSizeInBits() && in PromoteIntOp_ExpOp() 2551 SDValue Ops[2] = {N->getOperand(0 + OpOffset), N->getOperand(1 + OpOffset)}; in PromoteIntOp_ExpOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 2852 unsigned OpOffset = X86II::isKMasked(Desc.TSFlags) ? 1 : 0; in findCommutedOpIndices() local 2856 unsigned Imm = MI.getOperand(3 + OpOffset).getImm() & 0x7; in findCommutedOpIndices() 2873 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 1 + OpOffset, in findCommutedOpIndices() 2874 2 + OpOffset); in findCommutedOpIndices()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13239 unsigned OpOffset = Slct.getOpcode() == RISCVISD::SELECT_CC ? 2 : 0; in combineSelectAndUse() 13240 SDValue TrueVal = Slct.getOperand(1 + OpOffset); in combineSelectAndUse() 13241 SDValue FalseVal = Slct.getOperand(2 + OpOffset); in combineSelectAndUse() 13236 unsigned OpOffset = Slct.getOpcode() == RISCVISD::SELECT_CC ? 2 : 0; combineSelectAndUse() local
|