/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 161 INTRINSIC_VOID, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 167 INTRINSIC_VOID, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 192 INTRINSIC_VOID, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 90 // ISD::INTRINSIC_VOID can also be handled with G_INTRINSIC_W_SIDE_EFFECTS.
|
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 106 // ISD::INTRINSIC_VOID can also be handled with G_INTRINSIC_W_SIDE_EFFECTS.
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 269 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in WebAssemblyTargetLowering() 740 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 1207 case ISD::INTRINSIC_VOID: in LowerOperation() 1449 case ISD::INTRINSIC_VOID: in LowerIntrinsic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 279 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in WebAssemblyTargetLowering() 1020 case ISD::INTRINSIC_VOID: in LowerOperation() 1220 case ISD::INTRINSIC_VOID: in LowerIntrinsic()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 117 case ISD::INTRINSIC_VOID: in getOperationName()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 819 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in SITargetLowering() 820 setOperationAction(ISD::INTRINSIC_VOID, MVT::v2i16, Custom); in SITargetLowering() 821 setOperationAction(ISD::INTRINSIC_VOID, MVT::v2f16, Custom); in SITargetLowering() 822 setOperationAction(ISD::INTRINSIC_VOID, MVT::v3i16, Custom); in SITargetLowering() 823 setOperationAction(ISD::INTRINSIC_VOID, MVT::v3f16, Custom); in SITargetLowering() 824 setOperationAction(ISD::INTRINSIC_VOID, MVT::v4f16, Custom); in SITargetLowering() 825 setOperationAction(ISD::INTRINSIC_VOID, MVT::v4i16, Custom); in SITargetLowering() 826 setOperationAction(ISD::INTRINSIC_VOID, MVT::f16, Custom); in SITargetLowering() 827 setOperationAction(ISD::INTRINSIC_VOID, MVT::i16, Custom); in SITargetLowering() 828 setOperationAction(ISD::INTRINSIC_VOID, MVT::i8, Custom); in SITargetLowering() [all …]
|
D | R600ISelLowering.cpp | 272 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in R600TargetLowering() 502 case ISD::INTRINSIC_VOID: { in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 142 case ISD::INTRINSIC_VOID: in getOperationName()
|
D | TargetLowering.cpp | 2651 Op.getOpcode() == ISD::INTRINSIC_VOID) && in computeKnownBitsForTargetNode() 2686 Op.getOpcode() == ISD::INTRINSIC_VOID) && in ComputeNumSignBitsForTargetNode() 2698 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyDemandedVectorEltsForTargetNode() 2710 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyDemandedBitsForTargetNode() 2724 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyMultipleUseDemandedBitsForTargetNode() 2758 Op.getOpcode() == ISD::INTRINSIC_VOID) && in isKnownNeverNaNForTargetNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 707 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in SITargetLowering() 708 setOperationAction(ISD::INTRINSIC_VOID, MVT::v2i16, Custom); in SITargetLowering() 709 setOperationAction(ISD::INTRINSIC_VOID, MVT::v2f16, Custom); in SITargetLowering() 710 setOperationAction(ISD::INTRINSIC_VOID, MVT::v4f16, Custom); in SITargetLowering() 711 setOperationAction(ISD::INTRINSIC_VOID, MVT::v4i16, Custom); in SITargetLowering() 712 setOperationAction(ISD::INTRINSIC_VOID, MVT::f16, Custom); in SITargetLowering() 713 setOperationAction(ISD::INTRINSIC_VOID, MVT::i16, Custom); in SITargetLowering() 714 setOperationAction(ISD::INTRINSIC_VOID, MVT::i8, Custom); in SITargetLowering() 956 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 996 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() [all …]
|
D | R600ISelLowering.cpp | 272 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in R600TargetLowering() 502 case ISD::INTRINSIC_VOID: { in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 847 case ISD::INTRINSIC_VOID: { in trySelect()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 143 case ISD::INTRINSIC_VOID: in getOperationName()
|
D | TargetLowering.cpp | 2912 Op.getOpcode() == ISD::INTRINSIC_VOID) && in computeKnownBitsForTargetNode() 2946 Op.getOpcode() == ISD::INTRINSIC_VOID) && in ComputeNumSignBitsForTargetNode() 2964 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyDemandedVectorEltsForTargetNode() 2976 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyDemandedBitsForTargetNode() 2990 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyMultipleUseDemandedBitsForTargetNode() 3024 Op.getOpcode() == ISD::INTRINSIC_VOID) && in isKnownNeverNaNForTargetNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 3685 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3706 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3727 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3744 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 3667 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3688 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3709 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3726 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 868 case ISD::INTRINSIC_VOID: { in trySelect()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 172 setTargetDAGCombine(ISD::INTRINSIC_VOID); in XCoreTargetLowering() 1596 case ISD::INTRINSIC_VOID: in PerformDAGCombine()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 172 setTargetDAGCombine(ISD::INTRINSIC_VOID); in XCoreTargetLowering() 1595 case ISD::INTRINSIC_VOID: in PerformDAGCombine()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 175 setTargetDAGCombine(ISD::INTRINSIC_VOID); in XCoreTargetLowering() 1608 case ISD::INTRINSIC_VOID: in PerformDAGCombine()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 905 case ISD::INTRINSIC_VOID: { in trySelect()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 486 setOperationAction(ISD::INTRINSIC_VOID, MVT::i8, Custom); in PPCTargetLowering() 487 setOperationAction(ISD::INTRINSIC_VOID, MVT::i16, Custom); in PPCTargetLowering() 488 setOperationAction(ISD::INTRINSIC_VOID, MVT::i32, Custom); in PPCTargetLowering() 489 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in PPCTargetLowering() 1166 setTargetDAGCombine(ISD::INTRINSIC_VOID); in PPCTargetLowering() 10013 StoreChain = DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID, in LowerEXTRACT_VECTOR_ELT() 10212 StoreChain = DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID, in LowerVectorStore() 10494 case ISD::INTRINSIC_VOID: in LowerOperation() 12132 if (N->getOpcode() == ISD::INTRINSIC_VOID) { in isConsecutiveLS() 13528 case ISD::INTRINSIC_VOID: { in expandVSXStoreForLE() [all …]
|