Searched refs:getIndex (Results 151 - 175 of 279) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp58 FrameIndex = MI.getOperand(1).getIndex();
81 FrameIndex = MI.getOperand(0).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp625 return LoadBase.getIndex() == StoreBase.getIndex();
H A DX86AsmPrinter.cpp116 GetCPISymbol(MO.getIndex())->print(O, MAI);
H A DX86RegisterInfo.cpp727 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp636 int FI = cast<FrameIndexSDNode>(N)->getIndex();
662 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
883 int FI = cast<FrameIndexSDNode>(N)->getIndex();
899 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
949 int FI = cast<FrameIndexSDNode>(N)->getIndex();
970 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
1170 int FI = cast<FrameIndexSDNode>(N)->getIndex();
1190 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
1250 int FI = cast<FrameIndexSDNode>(N)->getIndex();
1282 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
[all...]
H A DThumbRegisterInfo.cpp467 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1750 int getIndex() const { return FI; } function in class:llvm::FrameIndexSDNode
1770 return cast<FrameIndexSDNode>(getOperand(1))->getIndex();
1802 int getIndex() const { return JTI; } function in class:llvm::JumpTableSDNode
1887 int getIndex() const { return Index; } function in class:llvm::TargetIndexSDNode
2422 const SDValue &getIndex() const { return getOperand(4); } function in class:llvm::MaskedGatherScatterSDNode
H A DMachineInstrBuilder.h290 return addConstantPoolIndex(Disp.getIndex(), Disp.getOffset() + off,
H A DMachineOperand.h555 int getIndex() const { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2442 unsigned getIndex(uint64_t Offset) {
2443 assert(VecTy && "Can only call getIndex when rewriting a vector");
2458 unsigned BeginIndex = getIndex(NewBeginOffset);
2459 unsigned EndIndex = getIndex(NewEndOffset);
2601 unsigned BeginIndex = getIndex(NewBeginOffset);
2602 unsigned EndIndex = getIndex(NewEndOffset);
2823 unsigned BeginIndex = getIndex(NewBeginOffset);
2824 unsigned EndIndex = getIndex(NewEndOffset);
3001 unsigned BeginIndex = VecTy ? getIndex(NewBeginOffset) : 0;
3002 unsigned EndIndex = VecTy ? getIndex(NewEndOffse
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp633 return RelEntry.Symbol->getIndex();
1567 if (TargetSym.getIndex() == InvalidIndex)
1572 std::make_pair(Priority, TargetSym.getIndex()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp95 ID.AddInteger(NTTP->getIndex());
118 ID.AddInteger(TTP->getIndex());
126 ID.AddInteger(TTP->getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp51 FrameIndexToFold = FoldOp->getIndex();
626 UseMI->getOperand(UseOpIdx).ChangeToFrameIndex(OpToFold.getIndex());
817 UseMI->getOperand(1).ChangeToFrameIndex(OpToFold.getIndex());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1216 JT->getIndex(), getPointerTy(DAG.getDataLayout()), LanaiII::MO_NO_FLAG);
1225 JT->getIndex(), getPointerTy(DAG.getDataLayout()), OpFlagHi);
1227 JT->getIndex(), getPointerTy(DAG.getDataLayout()), OpFlagLo);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp225 << MO.getIndex();
527 return GetCPISymbol(MO.getIndex());
529 return GetJTISymbol(MO.getIndex());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp192 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred);
H A DSymbolManager.cpp415 SVal Idx = ER->getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp461 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h64 unsigned getIndex() { return Index - 1; } function in class:clang::DynamicAllocLValue
H A DCanonicalType.h570 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getIndex)
H A DDeclTemplate.h1168 unsigned getIndex() const { return Position; } function in class:clang::TemplateParmPosition
1294 unsigned getIndex() const;
1454 using TemplateParmPosition::getIndex;
1661 using TemplateParmPosition::getIndex;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h95 uint32_t getIndex() const { return Idx; } function in class:clang::serialization::TypeIdx
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp474 if (MFI.isFixedObjectIndex(MO.getIndex())) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp371 << MO.getIndex();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp512 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex());

Completed in 570 milliseconds

1234567891011>>