Home
last modified time | relevance | path

Searched refs:IntOp (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td2750 (Ty (IntOp (Ty DPR:$Vn),
2762 (Ty (IntOp (Ty DPR:$Vn),
2803 SDPatternOperator IntOp>
3139 (ResTy (IntOp (OpTy DPR:$Vn),
3287 SDPatternOperator IntOp>
3294 SDPatternOperator IntOp>
3475 v8i8, v8i16, IntOp>;
3634 OpcodeStr, Dt, IntOp> {
3637 v8i8, v8i8, IntOp>;
3665 OpcodeStr, Dt, IntOp> {
[all …]
H A DARMISelLowering.cpp18187 unsigned IntOp = N.getConstantOperandVal(1); in SearchLoopIntrinsic() local
18188 if (IntOp != Intrinsic::test_start_loop_iterations && in SearchLoopIntrinsic()
18189 IntOp != Intrinsic::loop_decrement_reg) in SearchLoopIntrinsic()
18265 unsigned IntOp = Int->getConstantOperandVal(1); in PerformHWLoopCombine() local
18278 if (IntOp == Intrinsic::test_start_loop_iterations) { in PerformHWLoopCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp56 struct IntOp { struct
74 struct IntOp Int;
82 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I) in WebAssemblyOperand()
405 WebAssemblyOperand::IntOp{Val})); in parseSingleInteger()
476 WebAssemblyOperand::IntOp{-1})); in checkForP2AlignIfLoadStore()
491 WebAssemblyOperand::IntOp{static_cast<int64_t>(BT)})); in addBlockTypeOperand()
547 WebAssemblyOperand::IntOp{0}); in parseFunctionTableOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td220 [(set regclass:$dest, (IntOp Int1Regs:$pred))]>,
1502 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp,
1514 string OpcStr, PatFrag IntOp, Operand IMMType, SDNode IMM,
1517 IntOp, IMMType, IMM, Pred>;
1519 IntOp, IMMType, IMM, Pred>;
1525 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp,
1540 IntOp, Pred> ;
1542 IntOp, Pred> ;
1548 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp,
1577 IntOp, IMMType, Pred>;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1116 const SCEV *IntOp = SCEVPtrToIntSinkingRewriter::rewrite(Op, *this); in getLosslessPtrToIntExpr() local
1117 assert(IntOp->getType()->isIntegerTy() && in getLosslessPtrToIntExpr()
1120 return IntOp; in getLosslessPtrToIntExpr()
1126 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr() local
1127 if (isa<SCEVCouldNotCompute>(IntOp)) in getPtrToIntExpr()
1128 return IntOp; in getPtrToIntExpr()
1130 return getTruncateOrZeroExtend(IntOp, Ty); in getPtrToIntExpr()
8033 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy); in createSCEV() local
8034 if (isa<SCEVCouldNotCompute>(IntOp)) in createSCEV()
8036 return IntOp; in createSCEV()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td6907 Intrinsic IntOp> {
6911 [(set (v8i8 V64:$Rd), (IntOp (v8i16 V128:$Rn), (v8i16 V128:$Rm)))]>;
6919 [(set (v4i16 V64:$Rd), (IntOp (v4i32 V128:$Rn), (v4i32 V128:$Rm)))]>;
6927 [(set (v2i32 V64:$Rd), (IntOp (v2i64 V128:$Rn), (v2i64 V128:$Rm)))]>;
6936 def : Pat<(concat_vectors (v8i8 V64:$Rd), (IntOp (v8i16 V128:$Rn),
6941 def : Pat<(concat_vectors (v4i16 V64:$Rd), (IntOp (v4i32 V128:$Rn),
6946 def : Pat<(concat_vectors (v2i32 V64:$Rd), (IntOp (v2i64 V128:$Rn),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51710 SDValue IntOp = DAG.getNode(IntOpcode, dl, IntVT, Op0, Op1); in lowerX86FPLogicOp() local
51711 return DAG.getBitcast(VT, IntOp); in lowerX86FPLogicOp()