Home
last modified time | relevance | path

Searched refs:OpOffset (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp639 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 DMCDwarf.h490 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 DMemProfiler.cpp363 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 DAddressSanitizer.cpp1439 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 DAMDGPULegalizerInfo.cpp5830 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 DAMDGPUInstructionSelector.cpp3193 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 DSIISelLowering.cpp9713 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 DAsmPrinterDwarf.cpp227 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1103 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 DSPIRVInstructionSelector.cpp774 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 DCFIInstrInserter.cpp208 case MCCFIInstruction::OpOffset: in calculateOutgoingCFAInfo()
H A DMachineOperand.cpp683 case MCCFIInstruction::OpOffset: in printCFI()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1164 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 DARMAsmBackend.cpp1183 case MCCFIInstruction::OpOffset: // DW_CFA_offset in generateCompactUnwindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1401 case MCCFIInstruction::OpOffset: { in generateCompactUnwindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1408 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2544 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 DX86InstrInfo.cpp2852 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 DRISCVISelLowering.cpp13239 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