Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h935 ADDRSPACECAST, enumerator
H A DSelectionDAGNodes.h1310 : SDNode(ISD::ADDRSPACECAST, Order, dl, VTs), SrcAddrSpace(SrcAS),
1317 return N->getOpcode() == ISD::ADDRSPACECAST;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp399 case ISD::ADDRSPACECAST: return "addrspacecast"; in getOperationName()
H A DLegalizeVectorTypes.cpp131 case ISD::ADDRSPACECAST: in ScalarizeVectorResult()
1220 case ISD::ADDRSPACECAST: in SplitVectorResult()
4315 case ISD::ADDRSPACECAST: in WidenVectorResult()
H A DSelectionDAG.cpp2383 AddNodeIDNode(ID, ISD::ADDRSPACECAST, VTs, Ops); in getAddrSpaceCast()
/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.cpp457 setOperationAction(ISD::ADDRSPACECAST, {MVT::i32, MVT::i64}, Custom); in SITargetLowering()
5788 case ISD::ADDRSPACECAST: return lowerADDRSPACECAST(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1811 case AddrSpaceCast: return ISD::ADDRSPACECAST; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp515 case ISD::ADDRSPACECAST: in Select()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td485 def addrspacecast : SDNode<"ISD::ADDRSPACECAST", SDTUnaryOp>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp341 setOperationAction(ISD::ADDRSPACECAST, MVT::i32, Custom); in X86TargetLowering()
342 setOperationAction(ISD::ADDRSPACECAST, MVT::i64, Custom); in X86TargetLowering()
32501 case ISD::ADDRSPACECAST: return LowerADDRSPACECAST(Op, DAG); in LowerOperation()
33630 case ISD::ADDRSPACECAST: { in ReplaceNodeResults()