Home
last modified time | relevance | path

Searched refs:WrapperRIP (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ISelLowering.h149 WrapperRIP, enumerator
DX86ISelDAGToDAG.cpp658 if (Subtarget->is64Bit() && N.getOpcode() == X86ISD::WrapperRIP && in MatchWrapper()
700 if (N.getOpcode() == X86ISD::WrapperRIP) in MatchWrapper()
710 assert(N.getOpcode() != X86ISD::WrapperRIP && in MatchWrapper()
1024 case X86ISD::WrapperRIP: in MatchAddressRecursively()
DX86ISelLowering.cpp3031 WrapperKind = X86ISD::WrapperRIP; in LowerCall()
3040 Callee = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Callee); in LowerCall()
3755 if (BasePtr.getOpcode() == X86ISD::WrapperRIP) in shouldReduceLoadWidth()
10871 WrapperKind = X86ISD::WrapperRIP; in LowerConstantPool()
10904 WrapperKind = X86ISD::WrapperRIP; in LowerJumpTable()
10939 WrapperKind = X86ISD::WrapperRIP; in LowerExternalSymbol()
10985 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result); in LowerBlockAddress()
11019 Result = DAG.getNode(X86ISD::WrapperRIP, dl, getPointerTy(), Result); in LowerGlobalAddress()
11167 WrapperKind = X86ISD::WrapperRIP; in LowerToTLSExecModel()
11229 X86ISD::WrapperRIP : X86ISD::Wrapper; in LowerGlobalTLSAddress()
[all …]
DX86InstrInfo.td195 def X86WrapperRIP : SDNode<"X86ISD::WrapperRIP", SDTX86Wrapper>;