| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 201 auto FLC = LoadPciMap.find(IntNo); in LoadInstrForLoadIntrinsic() 334 auto FLI = LoadBrevMap.find(IntNo); in SelectBrevLdIntrinsic() 382 auto FLI = LoadNPcMap.find (IntNo); in SelectNewCircIntrinsic() 386 IntNo == Intrinsic::hexagon_L2_loadrd_pcr) in SelectNewCircIntrinsic() 421 auto FSI = StoreNPcMap.find (IntNo); in SelectNewCircIntrinsic() 641 if (IntNo == Intrinsic::hexagon_V6_vgathermw || in SelectIntrinsicWChain() 643 IntNo == Intrinsic::hexagon_V6_vgathermh || in SelectIntrinsicWChain() 645 IntNo == Intrinsic::hexagon_V6_vgathermhw || in SelectIntrinsicWChain() 650 if (IntNo == Intrinsic::hexagon_V6_vgathermwq || in SelectIntrinsicWChain() 652 IntNo == Intrinsic::hexagon_V6_vgathermhq || in SelectIntrinsicWChain() [all …]
|
| H A D | HexagonISelDAGToDAGHVX.cpp | 2134 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectV65GatherPred() local 2135 switch (IntNo) { in SelectV65GatherPred() 2171 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectV65Gather() local 2172 switch (IntNo) { in SelectV65Gather()
|
| H A D | HexagonISelLowering.cpp | 649 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerINTRINSIC_VOID() local 651 if (IntNo == Intrinsic::hexagon_prefetch) { in LowerINTRINSIC_VOID()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 214 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local 215 switch (IntNo) { in Select() 540 unsigned IntNo = cast<ConstantSDNode>(BaseV->getOperand(1))->getZExtValue(); in PreprocessTrunc() local 543 if (!((IntNo == Intrinsic::bpf_load_byte && MaskV == 0xFF) || in PreprocessTrunc() 544 (IntNo == Intrinsic::bpf_load_half && MaskV == 0xFFFF) || in PreprocessTrunc() 545 (IntNo == Intrinsic::bpf_load_word && MaskV == 0xFFFFFFFF))) in PreprocessTrunc()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 245 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); in tryBRIND() local 246 if (IntNo != Intrinsic::xcore_checkevent) in tryBRIND()
|
| H A D | XCoreISelLowering.cpp | 931 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local 932 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN() 1832 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in computeKnownBitsForTargetNode() local 1833 switch (IntNo) { in computeKnownBitsForTargetNode()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 70 bool tryMULLV64LaneV128(unsigned IntNo, SDNode *N); 552 bool AArch64DAGToDAGISel::tryMULLV64LaneV128(unsigned IntNo, SDNode *N) { in tryMULLV64LaneV128() argument 568 if (IntNo == Intrinsic::aarch64_neon_smull) { in tryMULLV64LaneV128() 579 } else if (IntNo == Intrinsic::aarch64_neon_umull) { in tryMULLV64LaneV128() 2902 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local 2903 switch (IntNo) { in Select() 2909 IntNo == Intrinsic::aarch64_ldaxp ? AArch64::LDAXPX : AArch64::LDXPX; in Select() 2927 IntNo == Intrinsic::aarch64_stlxp ? AArch64::STLXPX : AArch64::STXPX; in Select() 3247 switch (IntNo) { in Select() 3282 if (tryMULLV64LaneV128(IntNo, Node)) in Select() [all …]
|
| H A D | AArch64ISelLowering.cpp | 1022 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in computeKnownBitsForTargetNode() local 1023 switch (IntNo) { in computeKnownBitsForTargetNode() 2713 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local 2715 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN() 10507 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in performNEONPostLDSTCombine() local 10508 switch (IntNo) { in performNEONPostLDSTCombine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1047 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local 1049 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN() 1071 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerINTRINSIC_VOID() local 1074 switch (IntNo) { in LowerINTRINSIC_VOID()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86IntrinsicsInfo.h | 325 static const IntrinsicData* getIntrinsicWithChain(unsigned IntNo) { in getIntrinsicWithChain() argument 328 IntNo); in getIntrinsicWithChain() 329 if (Data != std::end(IntrinsicsWithChain) && Data->Id == IntNo) in getIntrinsicWithChain() 1230 static const IntrinsicData* getIntrinsicWithoutChain(unsigned IntNo) { in getIntrinsicWithoutChain() argument 1233 IntNo); in getIntrinsicWithoutChain() 1234 if (Data != std::end(IntrinsicsWithoutChain) && Data->Id == IntNo) in getIntrinsicWithoutChain()
|
| H A D | X86ISelLowering.cpp | 21537 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local 21539 const IntrinsicData* IntrData = getIntrinsicWithoutChain(IntNo); in LowerINTRINSIC_WO_CHAIN() 22066 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN() 22100 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN() 22171 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN() 22224 if (IntNo == Intrinsic::x86_sse42_pcmpistri128) in LowerINTRINSIC_WO_CHAIN() 22237 if (IntNo == Intrinsic::x86_sse42_pcmpistrm128) in LowerINTRINSIC_WO_CHAIN() 22626 const IntrinsicData *IntrData = getIntrinsicWithChain(IntNo); in LowerINTRINSIC_W_CHAIN() 22628 switch (IntNo) { in LowerINTRINSIC_W_CHAIN() 22654 switch (IntNo) { in LowerINTRINSIC_W_CHAIN() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 3326 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN() 8086 if (IntNo == Intrinsic::arm_smlald) in ReplaceLongIntrinsic() 8088 else if (IntNo == Intrinsic::arm_smlaldx) in ReplaceLongIntrinsic() 8090 else if (IntNo == Intrinsic::arm_smlsld) in ReplaceLongIntrinsic() 8092 else if (IntNo == Intrinsic::arm_smlsldx) in ReplaceLongIntrinsic() 11602 switch (IntNo) { in CombineBaseUpdate() 11806 if (IntNo == Intrinsic::arm_neon_vld2lane) { in CombineVLDDUP() 11809 } else if (IntNo == Intrinsic::arm_neon_vld3lane) { in CombineVLDDUP() 12256 switch (IntNo) { in PerformIntrinsicCombine() 12284 switch (IntNo) { in PerformIntrinsicCombine() [all …]
|
| H A D | ARMISelDAGToDAG.cpp | 3357 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in Select() local 3358 switch (IntNo) { in Select() 3369 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::t2MRRC : ARM::t2MRRC2); in Select() 3371 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::MRRC : ARM::MRRC2); in Select() 3401 bool IsAcquire = IntNo == Intrinsic::arm_ldaexd; in Select() 3480 bool IsRelease = IntNo == Intrinsic::arm_stlexd; in Select()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 13229 unsigned IntNo; in EmitWebAssemblyBuiltinExpr() local 13233 IntNo = Intrinsic::sadd_sat; in EmitWebAssemblyBuiltinExpr() 13237 IntNo = Intrinsic::uadd_sat; in EmitWebAssemblyBuiltinExpr() 13241 IntNo = Intrinsic::wasm_sub_saturate_signed; in EmitWebAssemblyBuiltinExpr() 13245 IntNo = Intrinsic::wasm_sub_saturate_unsigned; in EmitWebAssemblyBuiltinExpr() 13252 Value *Callee = CGM.getIntrinsic(IntNo, ConvertType(E->getType())); in EmitWebAssemblyBuiltinExpr() 13271 unsigned IntNo; in EmitWebAssemblyBuiltinExpr() local 13277 IntNo = Intrinsic::wasm_anytrue; in EmitWebAssemblyBuiltinExpr() 13283 IntNo = Intrinsic::wasm_alltrue; in EmitWebAssemblyBuiltinExpr() 13289 Value *Callee = CGM.getIntrinsic(IntNo, Vec->getType()); in EmitWebAssemblyBuiltinExpr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2989 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local 2991 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
|