Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp236 bool getTargetIndex(StringRef Name, int &Index);
1420 if (getTargetIndex(Token.stringValue(), Index)) in parseTargetIndexOperand()
2005 bool MIParser::getTargetIndex(StringRef Name, int &Index) { in getTargetIndex() function in MIParser
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h557 SDValue getTargetIndex(int Index, EVT VT, int64_t Offset = 0,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1382 SDValue SelectionDAG::getTargetIndex(int Index, EVT VT, int64_t Offset, in getTargetIndex() function in SelectionDAG