Searched refs:getTargetIndex (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 236 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 323 bool getTargetIndex(StringRef Name, int &Index); 1948 if (getTargetIndex(Token.stringValue(), Index)) in parseTargetIndexOperand() 2692 bool MIParser::getTargetIndex(StringRef Name, int &Index) { in getTargetIndex() function in MIParser
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 557 SDValue getTargetIndex(int Index, EVT VT, int64_t Offset = 0,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 647 SDValue getTargetIndex(int Index, EVT VT, int64_t Offset = 0,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1382 SDValue SelectionDAG::getTargetIndex(int Index, EVT VT, int64_t Offset, in getTargetIndex() function in SelectionDAG
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1468 SDValue SelectionDAG::getTargetIndex(int Index, EVT VT, int64_t Offset, in getTargetIndex() function in SelectionDAG
|