/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 199 INTRINSIC_VOID, enumerator
|
H A D | SelectionDAGNodes.h | 676 NodeType == ISD::INTRINSIC_VOID) &&
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 222 case ISD::INTRINSIC_VOID: { in Select()
|
H A D | WebAssemblyISelLowering.cpp | 332 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in WebAssemblyTargetLowering() 1420 case ISD::INTRINSIC_VOID: in LowerOperation() 1780 case ISD::INTRINSIC_VOID: in LowerIntrinsic()
|
/openbsd/gnu/llvm/llvm/include/llvm/Target/GlobalISel/ |
H A D | SelectionDAGCompat.td | 109 // ISD::INTRINSIC_VOID can also be handled with G_INTRINSIC_W_SIDE_EFFECTS.
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 66 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in LoongArchTargetLowering() 96 setOperationAction(ISD::INTRINSIC_VOID, MVT::i32, Custom); in LoongArchTargetLowering() 129 setOperationAction(ISD::INTRINSIC_VOID, MVT::i64, Custom); in LoongArchTargetLowering() 228 case ISD::INTRINSIC_VOID: in LowerOperation()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 147 case ISD::INTRINSIC_VOID: in getOperationName()
|
H A D | TargetLowering.cpp | 3487 Op.getOpcode() == ISD::INTRINSIC_VOID) && in computeKnownBitsForTargetNode() 3521 Op.getOpcode() == ISD::INTRINSIC_VOID) && in ComputeNumSignBitsForTargetNode() 3539 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyDemandedVectorEltsForTargetNode() 3551 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyDemandedBitsForTargetNode() 3565 Op.getOpcode() == ISD::INTRINSIC_VOID) && in SimplifyMultipleUseDemandedBitsForTargetNode() 3599 Op.getOpcode() == ISD::INTRINSIC_VOID) && in isGuaranteedNotToBeUndefOrPoisonForTargetNode() 3611 Op.getOpcode() == ISD::INTRINSIC_VOID) && in canCreateUndefOrPoisonForTargetNode() 3625 Op.getOpcode() == ISD::INTRINSIC_VOID) && in isKnownNeverNaNForTargetNode() 3639 Op.getOpcode() == ISD::INTRINSIC_VOID) && in isSplatValueForTargetNode()
|
H A D | SelectionDAG.cpp | 2630 Opcode == ISD::INTRINSIC_W_CHAIN || Opcode == ISD::INTRINSIC_VOID) in isSplatValue() 3885 case ISD::INTRINSIC_VOID: in computeKnownBits() 4600 Opcode == ISD::INTRINSIC_VOID) { in ComputeNumSignBits() 4691 Opcode == ISD::INTRINSIC_W_CHAIN || Opcode == ISD::INTRINSIC_VOID) in isGuaranteedNotToBeUndefOrPoison() 4777 Opcode == ISD::INTRINSIC_W_CHAIN || Opcode == ISD::INTRINSIC_VOID) in canCreateUndefOrPoison() 4908 Opcode == ISD::INTRINSIC_VOID) { in isKnownNeverNaN() 7870 assert((Opcode == ISD::INTRINSIC_VOID || in getMemIntrinsicNode()
|
H A D | SelectionDAGISel.cpp | 3808 N->getOpcode() != ISD::INTRINSIC_VOID) { in CannotYetSelect()
|
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 3935 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3960 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3981 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3998 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 4011 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 196 setOperationAction({ISD::INTRINSIC_VOID, ISD::INTRINSIC_WO_CHAIN}, MVT::Other, in R600TargetLowering() 425 case ISD::INTRINSIC_VOID: { in LowerOperation()
|
H A D | SIISelLowering.cpp | 740 setOperationAction(ISD::INTRINSIC_VOID, in SITargetLowering() 794 ISD::INTRINSIC_VOID, in SITargetLowering() 1026 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 1039 Info.opc = CI.getType()->isVoidTy() ? ISD::INTRINSIC_VOID : in getTgtMemIntrinsic() 1154 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 1174 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 4714 case ISD::INTRINSIC_VOID: return LowerINTRINSIC_VOID(Op, DAG); in LowerOperation() 5243 bool HaveChain = Intr->getOpcode() == ISD::INTRINSIC_VOID || in LowerBRCOND() 9503 case ISD::INTRINSIC_VOID: in getBasePtrIndex()
|
H A D | AMDGPUISelDAGToDAG.cpp | 696 case ISD::INTRINSIC_VOID: { in Select()
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 170 {ISD::STORE, ISD::ADD, ISD::INTRINSIC_VOID, ISD::INTRINSIC_W_CHAIN}); in XCoreTargetLowering() 1588 case ISD::INTRINSIC_VOID: in PerformDAGCombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 905 case ISD::INTRINSIC_VOID: { in trySelect()
|
H A D | MipsSEISelLowering.cpp | 208 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in MipsSETargetLowering() 457 case ISD::INTRINSIC_VOID: return lowerINTRINSIC_VOID(Op, DAG); in LowerOperation()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 646 setOperationAction(ISD::INTRINSIC_VOID, MVT::i8, Custom); in PPCTargetLowering() 647 setOperationAction(ISD::INTRINSIC_VOID, MVT::i16, Custom); in PPCTargetLowering() 648 setOperationAction(ISD::INTRINSIC_VOID, MVT::i32, Custom); in PPCTargetLowering() 649 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in PPCTargetLowering() 1340 setOperationAction(ISD::INTRINSIC_VOID, MVT::i128, Custom); in PPCTargetLowering() 11378 case ISD::INTRINSIC_VOID: in LowerOperation() 13374 if (N->getOpcode() == ISD::INTRINSIC_VOID) { in isConsecutiveLS() 14803 case ISD::INTRINSIC_VOID: { in expandVSXStoreForLE() 15753 case ISD::INTRINSIC_VOID: in PerformDAGCombine() 16671 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 483 setOperationAction({ISD::INTRINSIC_W_CHAIN, ISD::INTRINSIC_VOID}, in RISCVTargetLowering() 1088 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 3822 case ISD::INTRINSIC_VOID: in LowerOperation() 5859 return DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID, DL, Store->getVTList(), in LowerINTRINSIC_VOID() 6654 ISD::INTRINSIC_VOID, DL, DAG.getVTList(MVT::Other), in lowerFixedLengthVectorStoreToRVV() 6773 return DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID, DL, in lowerMaskedStore() 7336 return DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID, DL, VPNode->getVTList(), in lowerVPStridedStore() 7530 return DAG.getMemIntrinsicNode(ISD::INTRINSIC_VOID, DL, in lowerMaskedScatter() 10809 Opc == ISD::INTRINSIC_VOID) && in computeKnownBitsForTargetNode()
|
H A D | RISCVISelDAGToDAG.cpp | 1524 case ISD::INTRINSIC_VOID: { in Select()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1018 ISD::INTRINSIC_VOID, ISD::VECREDUCE_ADD, ISD::ADD, ISD::BITCAST}); in ARMTargetLowering() 1160 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in ARMTargetLowering() 4257 return DAG.getNode(ISD::INTRINSIC_VOID, dl, MVT::Other, Op.getOperand(0), in LowerATOMIC_FENCE() 6437 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING() 16027 const bool isIntrinsic = (N->getOpcode() == ISD::INTRINSIC_VOID || in CombineBaseUpdate() 18827 case ISD::INTRINSIC_VOID: in PerformDAGCombine() 20831 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 20853 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 20887 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 20931 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1503 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in HexagonTargetLowering() 3370 case ISD::INTRINSIC_VOID: return LowerINTRINSIC_VOID(Op, DAG); in LowerOperation()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 963 setTargetDAGCombine({ISD::INTRINSIC_VOID, ISD::INTRINSIC_W_CHAIN, in AArch64TargetLowering() 1542 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in AArch64TargetLowering() 2194 case ISD::INTRINSIC_VOID: { in computeKnownBitsForTargetNode() 4523 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING() 5975 case ISD::INTRINSIC_VOID: in LowerOperation() 7273 ISD::INTRINSIC_VOID, DL, MVT::Other, Chain, in LowerCall() 7727 ISD::INTRINSIC_VOID, DL, MVT::Other, Result, in LowerCall() 13408 Info.opc = ISD::INTRINSIC_VOID; in setInfoSVEStN() 13475 Info.opc = ISD::INTRINSIC_VOID; in getTgtMemIntrinsic() 21530 case ISD::INTRINSIC_VOID: in PerformDAGCombine()
|
H A D | AArch64ISelDAGToDAG.cpp | 4779 case ISD::INTRINSIC_VOID: { in Select() 5789 if (Opcode != ISD::INTRINSIC_VOID && Opcode != ISD::INTRINSIC_W_CHAIN) in getMemVTFromNode()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2653 Parent->getOpcode() != ISD::INTRINSIC_VOID && // nontemporal stores in selectAddr() 4842 case ISD::INTRINSIC_VOID: { in Select()
|