Home
last modified time | relevance | path

Searched refs:IntNo (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp167 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); in Select() local
168 switch (IntNo) { in Select()
193 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
194 switch (IntNo) { in Select()
DWebAssemblyISelLowering.cpp1218 unsigned IntNo; in LowerIntrinsic() local
1222 IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerIntrinsic()
1225 IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerIntrinsic()
1232 switch (IntNo) { in LowerIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp206 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
207 switch (IntNo) { in Select()
482 unsigned IntNo = cast<ConstantSDNode>(BaseV->getOperand(1))->getZExtValue(); in PreprocessTrunc() local
485 if (!((IntNo == Intrinsic::bpf_load_byte && MaskV == 0xFF) || in PreprocessTrunc()
486 (IntNo == Intrinsic::bpf_load_half && MaskV == 0xFFFF) || in PreprocessTrunc()
487 (IntNo == Intrinsic::bpf_load_word && MaskV == 0xFFFFFFFF))) in PreprocessTrunc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp191 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in LoadInstrForLoadIntrinsic() local
201 auto FLC = LoadPciMap.find(IntNo); in LoadInstrForLoadIntrinsic()
203 EVT ValTy = (IntNo == Intrinsic::hexagon_circ_ldd) ? MVT::i64 : MVT::i32; in LoadInstrForLoadIntrinsic()
324 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in SelectBrevLdIntrinsic() local
334 auto FLI = LoadBrevMap.find(IntNo); in SelectBrevLdIntrinsic()
337 (IntNo == Intrinsic::hexagon_L2_loadrd_pbr) ? MVT::i64 : MVT::i32; in SelectBrevLdIntrinsic()
365 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in SelectNewCircIntrinsic() local
382 auto FLI = LoadNPcMap.find (IntNo); in SelectNewCircIntrinsic()
385 if (IntNo == Intrinsic::hexagon_L2_loadrd_pci || in SelectNewCircIntrinsic()
386 IntNo == Intrinsic::hexagon_L2_loadrd_pcr) in SelectNewCircIntrinsic()
[all …]
DHexagonISelDAGToDAGHVX.cpp2134 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()
DHexagonISelLowering.cpp703 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerINTRINSIC_VOID() local
705 if (IntNo == Intrinsic::hexagon_prefetch) { in LowerINTRINSIC_VOID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp245 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); in tryBRIND() local
246 if (IntNo != Intrinsic::xcore_checkevent) in tryBRIND()
DXCoreISelLowering.cpp917 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
918 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
1834 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in computeKnownBitsForTargetNode() local
1835 switch (IntNo) { in computeKnownBitsForTargetNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h326 static const IntrinsicData* getIntrinsicWithChain(unsigned IntNo) { in getIntrinsicWithChain() argument
329 IntNo); in getIntrinsicWithChain()
330 if (Data != std::end(IntrinsicsWithChain) && Data->Id == IntNo) in getIntrinsicWithChain()
1150 static const IntrinsicData* getIntrinsicWithoutChain(unsigned IntNo) { in getIntrinsicWithoutChain() argument
1153 IntNo); in getIntrinsicWithoutChain()
1154 if (Data != std::end(IntrinsicsWithoutChain) && Data->Id == IntNo) in getIntrinsicWithoutChain()
DX86ISelDAGToDAG.cpp4427 unsigned IntNo = Node->getConstantOperandVal(1); in Select() local
4428 switch (IntNo) { in Select()
4436 switch (IntNo) { in Select()
4461 if (IntNo == Intrinsic::x86_sse3_monitor || in Select()
4462 IntNo == Intrinsic::x86_monitorx) { in Select()
DX86ISelLowering.cpp23627 unsigned IntNo = Op.getConstantOperandVal(0); in LowerINTRINSIC_WO_CHAIN() local
23629 const IntrinsicData* IntrData = getIntrinsicWithoutChain(IntNo); in LowerINTRINSIC_WO_CHAIN()
24210 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
24244 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
24315 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
24368 if (IntNo == Intrinsic::x86_sse42_pcmpistri128) in LowerINTRINSIC_WO_CHAIN()
24381 if (IntNo == Intrinsic::x86_sse42_pcmpistrm128) in LowerINTRINSIC_WO_CHAIN()
24487 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
24802 unsigned IntNo = Op.getConstantOperandVal(1); in LowerINTRINSIC_W_CHAIN() local
24803 const IntrinsicData *IntrData = getIntrinsicWithChain(IntNo); in LowerINTRINSIC_W_CHAIN()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp66 bool tryMULLV64LaneV128(unsigned IntNo, SDNode *N);
622 bool AArch64DAGToDAGISel::tryMULLV64LaneV128(unsigned IntNo, SDNode *N) { in tryMULLV64LaneV128() argument
638 if (IntNo == Intrinsic::aarch64_neon_smull) { in tryMULLV64LaneV128()
649 } else if (IntNo == Intrinsic::aarch64_neon_umull) { in tryMULLV64LaneV128()
3137 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
3138 switch (IntNo) { in Select()
3144 IntNo == Intrinsic::aarch64_ldaxp ? AArch64::LDAXPX : AArch64::LDXPX; in Select()
3162 IntNo == Intrinsic::aarch64_stlxp ? AArch64::STLXPX : AArch64::STXPX; in Select()
3481 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); in Select() local
3482 switch (IntNo) { in Select()
[all …]
DAArch64ISelLowering.cpp1143 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in computeKnownBitsForTargetNode() local
1144 switch (IntNo) { in computeKnownBitsForTargetNode()
2944 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
2946 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
11658 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in performNEONPostLDSTCombine() local
11659 switch (IntNo) { in performNEONPostLDSTCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3989 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in Select() local
3990 switch (IntNo) { in Select()
4001 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::t2MRRC : ARM::t2MRRC2); in Select()
4003 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::MRRC : ARM::MRRC2); in Select()
4033 bool IsAcquire = IntNo == Intrinsic::arm_ldaexd; in Select()
4112 bool IsRelease = IntNo == Intrinsic::arm_stlexd; in Select()
4422 IntNo == Intrinsic::arm_mve_vldr_gather_base_wb_predicated); in Select()
4455 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in Select() local
4456 switch (IntNo) { in Select()
4488 IntNo == Intrinsic::arm_mve_vadc_predicated); in Select()
[all …]
DARMISelLowering.cpp3618 unsigned IntNo = in LowerINTRINSIC_VOID() local
3622 switch (IntNo) { in LowerINTRINSIC_VOID()
3661 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
3663 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
3740 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls) in LowerINTRINSIC_WO_CHAIN()
3747 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminnm) in LowerINTRINSIC_WO_CHAIN()
3756 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminu) in LowerINTRINSIC_WO_CHAIN()
3765 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins) in LowerINTRINSIC_WO_CHAIN()
3770 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins) in LowerINTRINSIC_WO_CHAIN()
9387 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in ReplaceLongIntrinsic() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2991 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
2993 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()