Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp226 bool getTargetIndex(StringRef Name, int &Index);
1329 if (getTargetIndex(Token.stringValue(), Index)) in parseTargetIndexOperand()
1901 bool MIParser::getTargetIndex(StringRef Name, int &Index) { in getTargetIndex() function in MIParser
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h498 SDValue getTargetIndex(int Index, EVT VT, int64_t Offset = 0,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1401 SDValue SelectionDAG::getTargetIndex(int Index, EVT VT, int64_t Offset, in getTargetIndex() function in SelectionDAG