Searched refs:IntNo (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp167 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); local
168 switch (IntNo) {
193 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
194 switch (IntNo) {
H A DWebAssemblyISelLowering.cpp1218 unsigned IntNo; local
1222 IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue();
1225 IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue();
1232 switch (IntNo) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp191 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); local
201 auto FLC = LoadPciMap.find(IntNo);
203 EVT ValTy = (IntNo == Intrinsic::hexagon_circ_ldd) ? MVT::i64 : MVT::i32;
324 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); local
334 auto FLI = LoadBrevMap.find(IntNo);
337 (IntNo == Intrinsic::hexagon_L2_loadrd_pbr) ? MVT::i64 : MVT::i32;
365 unsigned IntNo = cast<ConstantSDNode>(IntN->getOperand(1))->getZExtValue(); local
382 auto FLI = LoadNPcMap.find (IntNo);
385 if (IntNo == Intrinsic::hexagon_L2_loadrd_pci ||
386 IntNo
640 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
[all...]
H A DHexagonISelDAGToDAGHVX.cpp2134 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
2135 switch (IntNo) {
2171 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
2172 switch (IntNo) {
H A DHexagonISelLowering.cpp703 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
705 if (IntNo == Intrinsic::hexagon_prefetch) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp206 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
207 switch (IntNo) {
482 unsigned IntNo = cast<ConstantSDNode>(BaseV->getOperand(1))->getZExtValue(); local
485 if (!((IntNo == Intrinsic::bpf_load_byte && MaskV == 0xFF) ||
486 (IntNo == Intrinsic::bpf_load_half && MaskV == 0xFFFF) ||
487 (IntNo == Intrinsic::bpf_load_word && MaskV == 0xFFFFFFFF)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp245 unsigned IntNo = cast<ConstantSDNode>(Addr->getOperand(1))->getZExtValue(); local
246 if (IntNo != Intrinsic::xcore_checkevent)
H A DXCoreISelLowering.cpp917 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
918 switch (IntNo) {
1834 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(1))->getZExtValue(); local
1835 switch (IntNo) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp66 bool tryMULLV64LaneV128(unsigned IntNo, SDNode *N);
622 bool AArch64DAGToDAGISel::tryMULLV64LaneV128(unsigned IntNo, SDNode *N) { argument
638 if (IntNo == Intrinsic::aarch64_neon_smull) {
649 } else if (IntNo == Intrinsic::aarch64_neon_umull) {
3137 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
3138 switch (IntNo) {
3144 IntNo == Intrinsic::aarch64_ldaxp ? AArch64::LDAXPX : AArch64::LDXPX;
3162 IntNo == Intrinsic::aarch64_stlxp ? AArch64::STLXPX : AArch64::STXPX;
3481 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue(); local
3482 switch (IntNo) {
3527 unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue(); local
[all...]
H A DAArch64ISelLowering.cpp1143 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
1144 switch (IntNo) {
2944 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
2946 switch (IntNo) {
11658 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
11659 switch (IntNo) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h326 static const IntrinsicData* getIntrinsicWithChain(unsigned IntNo) { argument
329 IntNo);
330 if (Data != std::end(IntrinsicsWithChain) && Data->Id == IntNo)
1150 static const IntrinsicData* getIntrinsicWithoutChain(unsigned IntNo) { argument
1153 IntNo);
1154 if (Data != std::end(IntrinsicsWithoutChain) && Data->Id == IntNo)
H A DX86ISelDAGToDAG.cpp4427 unsigned IntNo = Node->getConstantOperandVal(1); local
4428 switch (IntNo) {
4436 switch (IntNo) {
4461 if (IntNo == Intrinsic::x86_sse3_monitor ||
4462 IntNo == Intrinsic::x86_monitorx) {
H A DX86ISelLowering.cpp23630 unsigned IntNo = Op.getConstantOperandVal(0);
23632 const IntrinsicData* IntrData = getIntrinsicWithoutChain(IntNo);
24213 switch (IntNo) {
24247 switch (IntNo) {
24318 switch (IntNo) {
24371 if (IntNo == Intrinsic::x86_sse42_pcmpistri128)
24384 if (IntNo == Intrinsic::x86_sse42_pcmpistrm128)
24490 switch (IntNo) {
24805 unsigned IntNo = Op.getConstantOperandVal(1);
24806 const IntrinsicData *IntrData = getIntrinsicWithChain(IntNo);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3989 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
3990 switch (IntNo) {
4001 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::t2MRRC : ARM::t2MRRC2);
4003 Opc = (IntNo == Intrinsic::arm_mrrc ? ARM::MRRC : ARM::MRRC2);
4033 bool IsAcquire = IntNo == Intrinsic::arm_ldaexd;
4112 bool IsRelease = IntNo == Intrinsic::arm_stlexd;
4422 IntNo == Intrinsic::arm_mve_vldr_gather_base_wb_predicated);
4455 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
4456 switch (IntNo) {
4488 IntNo
[all...]
H A DARMISelLowering.cpp3619 unsigned IntNo = local
3623 switch (IntNo) {
3662 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
3664 switch (IntNo) {
3741 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmulls)
3748 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminnm)
3757 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vminu)
3766 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins)
3771 unsigned NewOpc = (IntNo == Intrinsic::arm_neon_vmins)
9390 unsigned IntNo local
13110 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue(); local
13314 unsigned IntNo = cast<ConstantSDNode>(VLD->getOperand(1))->getZExtValue(); local
13784 unsigned IntNo = cast<ConstantSDNode>(N->getOperand(0))->getZExtValue(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp14577 unsigned IntNo;
14581 IntNo = Intrinsic::sadd_sat;
14585 IntNo = Intrinsic::uadd_sat;
14589 IntNo = Intrinsic::wasm_sub_saturate_signed;
14593 IntNo = Intrinsic::wasm_sub_saturate_unsigned;
14600 Function *Callee = CGM.getIntrinsic(IntNo, ConvertType(E->getType()));
14633 unsigned IntNo;
14639 IntNo = Intrinsic::wasm_anytrue;
14645 IntNo = Intrinsic::wasm_alltrue;
14651 Function *Callee = CGM.getIntrinsic(IntNo, Ve
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp719 std::string IntNo = ParamAlloc.allocParam(
721 OS << "Builder.CreateCall(CGM.getIntrinsic(" << IntNo;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2991 unsigned IntNo = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
2993 switch (IntNo) {

Completed in 400 milliseconds