Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp328 bool getTargetIndex(StringRef Name, int &Index);
2103 if (getTargetIndex(Token.stringValue(), Index)) in parseTargetIndexOperand()
2874 bool MIParser::getTargetIndex(StringRef Name, int &Index) { in getTargetIndex() function in MIParser
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h652 SDValue getTargetIndex(int Index, EVT VT, int64_t Offset = 0,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1453 SDValue SelectionDAG::getTargetIndex(int Index, EVT VT, int64_t Offset, in getTargetIndex() function in SelectionDAG