Home
last modified time | relevance | path

Searched refs:ADDRSPACECAST (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h842 ADDRSPACECAST, enumerator
H A DSelectionDAGNodes.h1241 return N->getOpcode() == ISD::ADDRSPACECAST;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp357 case ISD::ADDRSPACECAST: return "addrspacecast"; in getOperationName()
H A DSelectionDAG.cpp2067 AddNodeIDNode(ID, ISD::ADDRSPACECAST, getVTList(VT), Ops); in getAddrSpaceCast()
9619 : SDNode(ISD::ADDRSPACECAST, Order, dl, getSDVTList(VT)), in AddrSpaceCastSDNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1792 case AddrSpaceCast: return ISD::ADDRSPACECAST; in InstructionOpcodeToISD()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td443 def addrspacecast : SDNode<"ISD::ADDRSPACECAST", SDTUnaryOp>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp494 case ISD::ADDRSPACECAST: in Select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp387 setOperationAction(ISD::ADDRSPACECAST, MVT::i32, Custom); in SITargetLowering()
388 setOperationAction(ISD::ADDRSPACECAST, MVT::i64, Custom); in SITargetLowering()
4503 case ISD::ADDRSPACECAST: return lowerADDRSPACECAST(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp311 setOperationAction(ISD::ADDRSPACECAST, MVT::i32, Custom); in X86TargetLowering()
312 setOperationAction(ISD::ADDRSPACECAST, MVT::i64, Custom); in X86TargetLowering()
30395 case ISD::ADDRSPACECAST: return LowerADDRSPACECAST(Op, DAG); in LowerOperation()
31274 case ISD::ADDRSPACECAST: { in ReplaceNodeResults()