/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 167 INTRINSIC_VOID, enumerator
|
D | SelectionDAGNodes.h | 695 NodeType == ISD::INTRINSIC_VOID) &&
|
/third_party/skia/third_party/externals/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.
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | AMDGPUISelDAGToDAG.cpp | 935 case ISD::INTRINSIC_VOID: { in Select()
|
/third_party/skia/third_party/externals/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()
|
D | SelectionDAG.cpp | 3414 case ISD::INTRINSIC_VOID: in computeKnownBits() 4037 Opcode == ISD::INTRINSIC_VOID) { in ComputeNumSignBits() 4188 Opcode == ISD::INTRINSIC_VOID) { in isKnownNeverNaN() 6689 assert((Opcode == ISD::INTRINSIC_VOID || in getMemIntrinsicNode()
|
D | LegalizeDAG.cpp | 987 case ISD::INTRINSIC_VOID: in LegalizeOp() 3820 case ISD::INTRINSIC_VOID: in ExpandNode()
|
D | SelectionDAGISel.cpp | 3713 N->getOpcode() != ISD::INTRINSIC_VOID) { in CannotYetSelect()
|
D | SelectionDAGBuilder.cpp | 2814 DAG.setRoot(DAG.getNode(ISD::INTRINSIC_VOID, getCurSDLoc(), VTs, Ops)); in visitInvoke() 4863 if (!IsTgtIntrinsic || Info.opc == ISD::INTRINSIC_VOID || in visitTargetIntrinsic() 4911 Result = DAG.getNode(ISD::INTRINSIC_VOID, getCurSDLoc(), VTs, Ops); in visitTargetIntrinsic()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 868 case ISD::INTRINSIC_VOID: { in trySelect()
|
D | MipsSEISelLowering.cpp | 215 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in MipsSETargetLowering() 464 case ISD::INTRINSIC_VOID: return lowerINTRINSIC_VOID(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1357 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in HexagonTargetLowering() 2936 case ISD::INTRINSIC_VOID: return LowerINTRINSIC_VOID(Op, DAG); in LowerOperation()
|
D | HexagonISelLoweringHVX.cpp | 1582 case ISD::INTRINSIC_VOID: return Op; in LowerHvxOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 915 setTargetDAGCombine(ISD::INTRINSIC_VOID); in ARMTargetLowering() 1074 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in ARMTargetLowering() 3820 return DAG.getNode(ISD::INTRINSIC_VOID, dl, MVT::Other, Op.getOperand(0), in LowerATOMIC_FENCE() 9315 case ISD::INTRINSIC_VOID: return LowerINTRINSIC_VOID(Op, DAG, Subtarget); in LowerOperation() 13073 const bool isIntrinsic = (N->getOpcode() == ISD::INTRINSIC_VOID || in CombineBaseUpdate() 14730 case ISD::INTRINSIC_VOID: in PerformDAGCombine() 16580 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 16602 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 2326 Parent->getOpcode() != ISD::INTRINSIC_VOID && // nontemporal stores in selectAddr() 4426 case ISD::INTRINSIC_VOID: { in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 660 def intrinsic_void : SDNode<"ISD::INTRINSIC_VOID",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 658 setTargetDAGCombine(ISD::INTRINSIC_VOID); in AArch64TargetLowering() 1142 case ISD::INTRINSIC_VOID: { in computeKnownBitsForTargetNode() 8724 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 12606 case ISD::INTRINSIC_VOID: in PerformDAGCombine()
|
D | AArch64ISelDAGToDAG.cpp | 3526 case ISD::INTRINSIC_VOID: { in Select()
|