Searched refs:getIndex (Results 226 - 250 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2444 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
2445 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
2476 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
2477 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
2518 Base = DAG.getTargetFrameIndex(FI->getIndex(), N.getValueType());
2519 fixupFuncForFI(DAG, FI->getIndex(), N.getValueType());
2853 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT);
2862 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT,
2867 SDValue JTIHi = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, MOHiFlag);
2868 SDValue JTILo = DAG.getTargetJumpTable(JT->getIndex(), PtrV
[all...]
H A DPPCRegisterInfo.cpp1033 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp1881 I.getOperand(1).ChangeToFrameIndex(PtrMI->getOperand(1).getIndex());
2432 unsigned JTI = I.getOperand(1).getIndex();
2454 unsigned JTI = I.getOperand(1).getIndex();
H A DAArch64InstrInfo.cpp1666 FrameIndex = MI.getOperand(1).getIndex();
1689 FrameIndex = MI.getOperand(1).getIndex();
2421 return shouldClusterFI(MFI, BaseOp1.getIndex(), Offset1, FirstOpc,
2422 BaseOp2.getIndex(), Offset2, SecondOpc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp642 TmpStr.insert(TmpStr.begin() + Substitution->getIndex() + InsertOffset,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp982 int Index = MI->getOperand(FIOperandNum).getIndex();
H A DAMDGPUInstructionSelector.cpp2150 FI = LHSDef->getOperand(1).getIndex();
2157 FI = RootDef->getOperand(1).getIndex();
H A DAMDGPUISelLowering.cpp1062 if (FI->getIndex() < 0) {
1063 int64_t InFirstByte = MFI.getObjectOffset(FI->getIndex());
1065 InLastByte += MFI.getObjectSize(FI->getIndex()) - 1;
H A DSIInstrInfo.cpp1664 RegOp.ChangeToFrameIndex(NonRegOp.getIndex());
5937 FrameIndex = Addr->getIndex();
5945 FrameIndex = Addr->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp331 int FI = op(1).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp295 ConstantInt *IndexVal = Shape.getIndex(SuspendIndex);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5657 Op = MachineOperand::CreateFI(FINode->getIndex());
5753 return DAG.getFrameIndexDbgValue(Variable, Expr, FISDN->getIndex(),
6010 DAG.getFrameIndexDbgValue(Variable, Expression, FINode->getIndex(),
6586 GFI->addStackRoot(FI->getIndex(), TypeMap);
8731 FI->getIndex(), TLI.getFrameIndexTy(Builder.DAG.getDataLayout())));
9584 int FixedIndex = FINode->getIndex();
9867 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex());
9902 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex());
9921 FuncInfo->setArgumentFrameIndex(&Arg, FI->getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1824 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) &&
1826 int FI = MO->getIndex();
H A DTargetLoweringBase.cpp1023 int FI = MO.getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp162 Out << getItem().getIndex();
1916 CalleeSF->getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp905 OS << "!target-index(" << Op.getIndex() << "," << Op.getOffset() << ")";
915 MI->getOperand(0).getIndex(), Reg);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3636 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), mvt);
3652 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), mvt);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2087 /*Depth*/ 0, Depth1IndexAdjustment + TTP->getIndex(),
3929 TPT->getDepth() == Depth && TPT->getIndex() == Index;
3938 return NTTP && NTTP->getDepth() == Depth && NTTP->getIndex() == Index;
3945 return TTP && TTP->getDepth() == Depth && TTP->getIndex() == Index;
5440 ->getParam(D->getIndex()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1517 AM.JT = J->getIndex();
1971 AM.Base_FrameIndex = cast<FrameIndexSDNode>(N)->getIndex();
2288 AM.IndexReg = Mgs->getIndex();
H A DX86InstructionSelector.cpp490 AM.Base.FrameIndex = I.getOperand(1).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1391 Ret.SectionIndex = RSec->getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h627 unsigned getIndex() const { return Index; } function in class:clang::ObjCTypeParamDecl
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1332 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), PtrVT);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1429 {SectionAddr + Index + VMAAdjustment, Section.getIndex()},
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp635 int64_t FrameIndex = cast<FrameIndexSDNode>(Base)->getIndex();

Completed in 434 milliseconds

1234567891011>>