Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp127 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); in Select() local
128 switch (IntNo) { in Select()
147 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
148 switch (IntNo) { in Select()
DWebAssemblyISelLowering.cpp1447 unsigned IntNo; in LowerIntrinsic() local
1451 IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); in LowerIntrinsic()
1454 IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); in LowerIntrinsic()
1461 switch (IntNo) { in LowerIntrinsic()
/external/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()
/external/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()
/external/llvm-project/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()
/external/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()
/external/llvm-project/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.cpp2173 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectV65GatherPred() local
2174 switch (IntNo) { in SelectV65GatherPred()
2210 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in SelectV65Gather() local
2211 switch (IntNo) { in SelectV65Gather()
/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-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()
/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()
/external/llvm-project/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()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp4275 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); in Select() local
4276 switch (IntNo) { in Select()
4287 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::t2MRRC : ARM::t2MRRC2); in Select()
4289 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::MRRC : ARM::MRRC2); in Select()
4319 bool IsAcquire = IntNo == Intrinsic::arm_ldaexd; in Select()
4398 bool IsRelease = IntNo == Intrinsic::arm_stlexd; in Select()
4708 IntNo == Intrinsic::arm_mve_vldr_gather_base_wb_predicated); in Select()
4741 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); in Select() local
4742 switch (IntNo) { in Select()
4791 IntNo == Intrinsic::arm_mve_vadc_predicated); in Select()
[all …]
/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-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()
/external/llvm-project/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()
1154 static const IntrinsicData* getIntrinsicWithoutChain(unsigned IntNo) { in getIntrinsicWithoutChain() argument
1157 IntNo); in getIntrinsicWithoutChain()
1158 if (Data != std::end(IntrinsicsWithoutChain) && Data->Id == IntNo) in getIntrinsicWithoutChain()
/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/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp70 bool tryMULLV64LaneV128(unsigned IntNo, SDNode *N);
682 bool AArch64DAGToDAGISel::tryMULLV64LaneV128(unsigned IntNo, SDNode *N) { in tryMULLV64LaneV128() argument
698 if (IntNo == Intrinsic::aarch64_neon_smull) { in tryMULLV64LaneV128()
709 } else if (IntNo == Intrinsic::aarch64_neon_umull) { in tryMULLV64LaneV128()
3492 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); in Select() local
3493 switch (IntNo) { in Select()
3499 IntNo == Intrinsic::aarch64_ldaxp ? AArch64::LDAXPX : AArch64::LDXPX; in Select()
3517 IntNo == Intrinsic::aarch64_stlxp ? AArch64::STLXPX : AArch64::STXPX; in Select()
3836 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); in Select() local
3837 switch (IntNo) { in Select()
[all …]
/external/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 …]
/external/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 …]
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp16640 unsigned IntNo; in EmitWebAssemblyBuiltinExpr() local
16644 IntNo = Intrinsic::wasm_ceil; in EmitWebAssemblyBuiltinExpr()
16648 IntNo = Intrinsic::wasm_floor; in EmitWebAssemblyBuiltinExpr()
16652 IntNo = Intrinsic::wasm_trunc; in EmitWebAssemblyBuiltinExpr()
16656 IntNo = Intrinsic::wasm_nearest; in EmitWebAssemblyBuiltinExpr()
16662 Function *Callee = CGM.getIntrinsic(IntNo, ConvertType(E->getType())); in EmitWebAssemblyBuiltinExpr()
16736 unsigned IntNo; in EmitWebAssemblyBuiltinExpr() local
16740 IntNo = Intrinsic::sadd_sat; in EmitWebAssemblyBuiltinExpr()
16744 IntNo = Intrinsic::uadd_sat; in EmitWebAssemblyBuiltinExpr()
16748 IntNo = Intrinsic::wasm_sub_saturate_signed; in EmitWebAssemblyBuiltinExpr()
[all …]
/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()

12