Searched refs:WrapperRIP (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 149 WrapperRIP, enumerator
|
D | X86ISelDAGToDAG.cpp | 658 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()
|
D | X86ISelLowering.cpp | 3031 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 …]
|
D | X86InstrInfo.td | 195 def X86WrapperRIP : SDNode<"X86ISD::WrapperRIP", SDTX86Wrapper>;
|