Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h121 bool getTargetIndex(StringRef Name, int &Index);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp196 bool PerTargetMIParsingState::getTargetIndex(StringRef Name, int &Index) { in getTargetIndex() function in PerTargetMIParsingState
2782 if (PFS.Target.getTargetIndex(Token.stringValue(), Index)) in parseTargetIndexOperand()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h746 SDValue getTargetIndex(int Index, EVT VT, int64_t Offset = 0,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1828 SDValue SelectionDAG::getTargetIndex(int Index, EVT VT, int64_t Offset, in getTargetIndex() function in SelectionDAG