Searched refs:getIndex (Results 251 - 275 of 279) sorted by relevance

<<1112

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4691 unsigned getIndex() const { return getCanTTPTInfo().Index; }
4704 Profile(ID, getDepth(), getIndex(), isParameterPack(), getDecl());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1009 int Idx = cast<JumpTableSDNode>(Op)->getIndex();
3025 int Idx = cast<JumpTableSDNode>(Table)->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp309 FrameIndex = MI.getOperand(2).getIndex();
361 FrameIndex = MI.getOperand(2).getIndex();
H A DPPCISelDAGToDAG.cpp576 int FI = cast<FrameIndexSDNode>(N)->getIndex();
4212 unsigned SlotAlign = MFI.getObjectAlignment(FI->getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3890 if (FI->getIndex() < 0) {
3891 int64_t InFirstByte = MFI.getObjectOffset(FI->getIndex());
3893 InLastByte += MFI.getObjectSize(FI->getIndex()) - 1;
4480 return DAG.getTargetJumpTable(N->getIndex(), Ty, Flag);
5560 int JTI = cast<JumpTableSDNode>(JT.getNode())->getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1443 T->getDepth(), T->getIndex(), T->isParameterPack(), *ToDeclOrErr);
4175 ToVarianceLoc, D->getIndex(),
5127 D->getDepth(), D->getIndex(), Importer.Import(D->getIdentifier()),
H A DType.cpp1201 QualType argType = TypeArgs[typeParam->getIndex()];
H A DExprConstant.cpp728 return L.getIndex() < R.getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4185 ->getElementOffset(blockInfo.getCapture(VD).getIndex()));
4325 blockLayout->getElementOffsetInBits(captureInfo.getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3696 unsigned A = MFI.getObjectAlignment(FN->getIndex());
H A DTargetLowering.cpp6718 auto FrameIndex = cast<FrameIndexSDNode>(StackBase.getNode())->getIndex();
6871 auto FrameIndex = cast<FrameIndexSDNode>(StackPtr.getNode())->getIndex();
H A DLegalizeIntegerTypes.cpp642 N->getIndex(), N->getScale() };
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1482 SDValue TFI = CurDAG->getTargetFrameIndex(FI->getIndex(),
H A DR600ISelLowering.cpp1545 unsigned FrameIndex = FIN->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2240 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3121 int Index = MO.getIndex();
H A DX86ISelLowering.cpp3983 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
4412 FI = Def->getOperand(1).getIndex();
4429 FI = FINode->getIndex();
4432 FI = FINode->getIndex();
7954 FI = FINode->getIndex();
7958 FI = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
18069 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, OpFlag);
18874 int SSFI = FI->getIndex();
19370 int SSFI = cast<FrameIndexSDNode>(StackSlot)->getIndex();
24752 EHInfo->EHRegNodeFrameIndex = FINode->getIndex();
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1539 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
3192 SDValue Result = DAG.getTargetJumpTable(JT->getIndex(), PtrVT);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5418 OS << "+" << ACC->getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1040 typeParam->getIndex(),
H A DSemaTemplateInstantiateDecl.cpp2555 D->getDepth() - TemplateArgs.getNumSubstitutedLevels(), D->getIndex(),
H A DSemaOverload.cpp10578 index = TTP->getIndex();
10581 index = NTTP->getIndex();
10583 index = cast<TemplateTemplateParmDecl>(ParamD)->getIndex();
H A DSemaDeclCXX.cpp15189 TArgs->getIndex() == PmType->getIndex()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp170 return DAG.getTargetJumpTable(N->getIndex(), Ty, Flag);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2190 unsigned Index = Group->getIndex(Instr);

Completed in 1103 milliseconds

<<1112