Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp214 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in Select() local
215 switch (IntNo) { in Select()
266 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); in SelectBRIND() local
267 if (IntNo != Intrinsic::xcore_checkevent) in SelectBRIND()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp192 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in LoadInstrForLoadIntrinsic() local
202 auto FLC = LoadPciMap.find(IntNo); in LoadInstrForLoadIntrinsic()
204 EVT ValTy = (IntNo == Intrinsic::hexagon_circ_ldd) ? MVT::i64 : MVT::i32; in LoadInstrForLoadIntrinsic()
325 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in SelectBrevLdIntrinsic() local
335 auto FLI = LoadBrevMap.find(IntNo); in SelectBrevLdIntrinsic()
338 (IntNo == Intrinsic::hexagon_L2_loadrd_pbr) ? MVT::i64 : MVT::i32; in SelectBrevLdIntrinsic()
367 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in SelectNewCircIntrinsic() local
384 auto FLI = LoadNPcMap.find (IntNo); in SelectNewCircIntrinsic()
387 if (IntNo == Intrinsic::hexagon_L2_loadrd_pci || in SelectNewCircIntrinsic()
388 IntNo == Intrinsic::hexagon_L2_loadrd_pcr) in SelectNewCircIntrinsic()
[all …]
DHexagonISelDAGToDAGHVX.cpp2064 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectV65GatherPred() local
2065 switch (IntNo) { in SelectV65GatherPred()
2106 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectV65Gather() local
2107 switch (IntNo) { in SelectV65Gather()
DHexagonISelLowering.cpp646 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerINTRINSIC_VOID() local
648 if (IntNo == Intrinsic::hexagon_prefetch) { in LowerINTRINSIC_VOID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp214 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()
/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp146 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
147 switch (IntNo) { in Select()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DIntrinsicEmitter.cpp124 unsigned IntNo = IntList[i]; in EmitFnNameRecognizer() local
126 Ints[IntNo].EnumName + ";"; in EmitFnNameRecognizer()
128 if (!Ints[IntNo].isOverloaded) { in EmitFnNameRecognizer()
129 MatchTable.push_back(std::make_pair(Ints[IntNo].Name.substr(6),Result)); in EmitFnNameRecognizer()
134 std::string TheStr = Ints[IntNo].Name.substr(6); in EmitFnNameRecognizer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp246 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); in tryBRIND() local
247 if (IntNo != Intrinsic::xcore_checkevent) in tryBRIND()
DXCoreISelLowering.cpp932 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
933 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
1836 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in computeKnownBitsForTargetNode() local
1837 switch (IntNo) { in computeKnownBitsForTargetNode()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp246 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); in tryBRIND() local
247 if (IntNo != Intrinsic::xcore_checkevent) in tryBRIND()
DXCoreISelLowering.cpp946 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
947 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
1856 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in computeKnownBitsForTargetNode() local
1857 switch (IntNo) { in computeKnownBitsForTargetNode()
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp364 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); in LoadInstrForLoadIntrinsic() local
374 auto FLC = LoadPciMap.find(IntNo); in LoadInstrForLoadIntrinsic()
378 EVT ValTy = (IntNo == Intrinsic::hexagon_circ_ldd) ? MVT::i64 : MVT::i32; in LoadInstrForLoadIntrinsic()
396 auto FLB = LoadPbrMap.find(IntNo); in LoadInstrForLoadIntrinsic()
400 EVT ValTy = (IntNo == Intrinsic::hexagon_brev_ldd) ? MVT::i64 : MVT::i32; in LoadInstrForLoadIntrinsic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp70 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()
2910 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
2911 switch (IntNo) { in Select()
2917 IntNo == Intrinsic::aarch64_ldaxp ? AArch64::LDAXPX : AArch64::LDXPX; in Select()
2935 IntNo == Intrinsic::aarch64_stlxp ? AArch64::STLXPX : AArch64::STXPX; in Select()
3254 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); in Select() local
3255 switch (IntNo) { in Select()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp69 bool tryMULLV64LaneV128(unsigned IntNo, SDNode *N);
502 bool AArch64DAGToDAGISel::tryMULLV64LaneV128(unsigned IntNo, SDNode *N) { in tryMULLV64LaneV128() argument
518 if (IntNo == Intrinsic::aarch64_neon_smull) { in tryMULLV64LaneV128()
529 } else if (IntNo == Intrinsic::aarch64_neon_umull) { in tryMULLV64LaneV128()
2699 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
2700 switch (IntNo) { in Select()
2706 IntNo == Intrinsic::aarch64_ldaxp ? AArch64::LDAXPX : AArch64::LDXPX; in Select()
2724 IntNo == Intrinsic::aarch64_stlxp ? AArch64::STLXPX : AArch64::STXPX; in Select()
3043 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); in Select() local
3044 switch (IntNo) { in Select()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h283 static const IntrinsicData* getIntrinsicWithChain(unsigned IntNo) { in getIntrinsicWithChain() argument
286 IntNo); in getIntrinsicWithChain()
287 if (Data != std::end(IntrinsicsWithChain) && Data->Id == IntNo) in getIntrinsicWithChain()
1305 static const IntrinsicData* getIntrinsicWithoutChain(unsigned IntNo) { in getIntrinsicWithoutChain() argument
1308 IntNo); in getIntrinsicWithoutChain()
1309 if (Data != std::end(IntrinsicsWithoutChain) && Data->Id == IntNo) in getIntrinsicWithoutChain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp890 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
892 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3367 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in Select() local
3368 switch (IntNo) { in Select()
3379 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::t2MRRC : ARM::t2MRRC2); in Select()
3381 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::MRRC : ARM::MRRC2); in Select()
3411 bool IsAcquire = IntNo == Intrinsic::arm_ldaexd; in Select()
3491 bool IsRelease = IntNo == Intrinsic::arm_stlexd; in Select()
3665 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in Select() local
3666 switch (IntNo) { in Select()
DARMISelLowering.cpp2922 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
2924 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
2961 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls) in LowerINTRINSIC_WO_CHAIN()
2968 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminnm) in LowerINTRINSIC_WO_CHAIN()
2977 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminu) in LowerINTRINSIC_WO_CHAIN()
2986 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins) in LowerINTRINSIC_WO_CHAIN()
2991 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins) in LowerINTRINSIC_WO_CHAIN()
9925 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in CombineBaseUpdate() local
9926 switch (IntNo) { in CombineBaseUpdate()
10125 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); in CombineVLDDUP() local
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp2230 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
2232 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
2266 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls) in LowerINTRINSIC_WO_CHAIN()
7178 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in CombineBaseUpdate() local
7179 switch (IntNo) { in CombineBaseUpdate()
7295 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); in CombineVLDDUP() local
7296 if (IntNo == Intrinsic::arm_neon_vld2lane) { in CombineVLDDUP()
7299 } else if (IntNo == Intrinsic::arm_neon_vld3lane) { in CombineVLDDUP()
7302 } else if (IntNo == Intrinsic::arm_neon_vld4lane) { in CombineVLDDUP()
7539 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in PerformIntrinsicCombine() local
[all …]
DARMISelDAGToDAG.cpp2883 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in Select() local
2884 switch (IntNo) { in Select()
3119 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in Select() local
3120 switch (IntNo) { in Select()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp581 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerOperation() local
582 switch (IntNo) { in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp3348 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerINTRINSIC_WO_CHAIN() local
3350 switch (IntNo) { in LowerINTRINSIC_WO_CHAIN()
3384 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls) in LowerINTRINSIC_WO_CHAIN()
3391 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminnm) in LowerINTRINSIC_WO_CHAIN()
3400 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminu) in LowerINTRINSIC_WO_CHAIN()
3409 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins) in LowerINTRINSIC_WO_CHAIN()
3414 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins) in LowerINTRINSIC_WO_CHAIN()
8146 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in ReplaceLongIntrinsic() local
8148 if (IntNo == Intrinsic::arm_smlald) in ReplaceLongIntrinsic()
8150 else if (IntNo == Intrinsic::arm_smlaldx) in ReplaceLongIntrinsic()
[all …]
DARMISelDAGToDAG.cpp3351 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in Select() local
3352 switch (IntNo) { in Select()
3363 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::t2MRRC : ARM::t2MRRC2); in Select()
3365 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::MRRC : ARM::MRRC2); in Select()
3395 bool IsAcquire = IntNo == Intrinsic::arm_ldaexd; in Select()
3475 bool IsRelease = IntNo == Intrinsic::arm_stlexd; in Select()
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h237 static const IntrinsicData* getIntrinsicWithChain(uint16_t IntNo) { in getIntrinsicWithChain() argument
239 IntrinsicData IntrinsicToFind = {IntNo, INTR_NO_TYPE, 0, 0 }; in getIntrinsicWithChain()
1982 static const IntrinsicData* getIntrinsicWithoutChain(uint16_t IntNo) { in getIntrinsicWithoutChain() argument
1983 IntrinsicData IntrinsicToFind = { IntNo, INTR_NO_TYPE, 0, 0 }; in getIntrinsicWithoutChain()
DX86ISelDAGToDAG.cpp1968 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
1969 switch (IntNo) { in Select()
1990 switch (IntNo) { in Select()

12