Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/
Ddelocate.go892 func (d *delocation) isRIPRelative(node *node32) bool { func
936 if i != 0 || len(argNodes) != 2 || !d.isRIPRelative(memRef) || len(offset) > 0 {
993 if !d.isRIPRelative(memRef) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp91 bool isRIPRelative() const { in isRIPRelative() function
742 if (AM.isRIPRelative()) { in MatchAddressRecursively()
877 if (AM.IndexReg.getNode() || AM.isRIPRelative()) { in MatchAddressRecursively()
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp90 bool isRIPRelative() const { in isRIPRelative() function
1123 if (AM.isRIPRelative()) { in matchAddressRecursively()
1295 if (AM.IndexReg.getNode() || AM.isRIPRelative()) { in matchAddressRecursively()