Home
last modified time | relevance | path

Searched refs:getTargetIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h121 bool getTargetIndex(StringRef Name, int &Index);
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp198 bool PerTargetMIParsingState::getTargetIndex(StringRef Name, int &Index) { in getTargetIndex() function in PerTargetMIParsingState
2692 if (PFS.Target.getTargetIndex(Token.stringValue(), Index)) in parseTargetIndexOperand()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h727 SDValue getTargetIndex(int Index, EVT VT, int64_t Offset = 0,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1767 SDValue SelectionDAG::getTargetIndex(int Index, EVT VT, int64_t Offset, in getTargetIndex() function in SelectionDAG