Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h907 ADDRSPACECAST, enumerator
H A DSelectionDAGNodes.h1290 return N->getOpcode() == ISD::ADDRSPACECAST;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp376 case ISD::ADDRSPACECAST: return "addrspacecast"; in getOperationName()
H A DSelectionDAG.cpp2342 AddNodeIDNode(ID, ISD::ADDRSPACECAST, getVTList(VT), Ops); in getAddrSpaceCast()
11753 : SDNode(ISD::ADDRSPACECAST, Order, dl, getSDVTList(VT)), in AddrSpaceCastSDNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp184 setOperationAction(ISD::ADDRSPACECAST, MVT::i32, Custom); in R600TargetLowering()
423 case ISD::ADDRSPACECAST: in LowerOperation()
H A DSIISelLowering.cpp460 setOperationAction(ISD::ADDRSPACECAST, {MVT::i32, MVT::i64}, Custom); in SITargetLowering()
5558 case ISD::ADDRSPACECAST: return lowerADDRSPACECAST(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1890 case AddrSpaceCast: return ISD::ADDRSPACECAST; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp508 case ISD::ADDRSPACECAST: in Select()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td470 def addrspacecast : SDNode<"ISD::ADDRSPACECAST", SDTUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp302 setOperationAction(ISD::ADDRSPACECAST, MVT::i32, Custom); in X86TargetLowering()
303 setOperationAction(ISD::ADDRSPACECAST, MVT::i64, Custom); in X86TargetLowering()
32002 case ISD::ADDRSPACECAST: return LowerADDRSPACECAST(Op, DAG); in LowerOperation()
33094 case ISD::ADDRSPACECAST: { in ReplaceNodeResults()