Searched refs:isRIPRelative (Results 1 - 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ | ||
H A D | X86ISelDAGToDAG.cpp | 89 /// isRIPRelative - Return true if this addressing mode is already RIP 91 bool isRIPRelative() const { function in struct:__anon18871::X86ISelAddressMode 742 if (AM.isRIPRelative()) { 877 if (AM.IndexReg.getNode() || AM.isRIPRelative()) { |
/external/llvm/lib/Target/X86/ | ||
H A D | X86ISelDAGToDAG.cpp | 90 bool isRIPRelative() const { function in struct:__anon13235::X86ISelAddressMode 1123 if (AM.isRIPRelative()) { 1295 if (AM.IndexReg.getNode() || AM.isRIPRelative()) { |
Completed in 51 milliseconds