Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp17899 unsigned IntOp = cast<ConstantSDNode>(N.getOperand(1))->getZExtValue(); in SearchLoopIntrinsic() local
17900 if (IntOp != Intrinsic::test_start_loop_iterations && in SearchLoopIntrinsic()
17901 IntOp != Intrinsic::loop_decrement_reg) in SearchLoopIntrinsic()
17977 unsigned IntOp = cast<ConstantSDNode>(Int->getOperand(1))->getZExtValue(); in PerformHWLoopCombine() local
17990 if (IntOp == Intrinsic::test_start_loop_iterations) { in PerformHWLoopCombine()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp58 struct IntOp { struct
76 struct IntOp Int;
84 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I) in WebAssemblyOperand()
393 WebAssemblyOperand::IntOp{Val})); in parseSingleInteger()
464 WebAssemblyOperand::IntOp{-1})); in checkForP2AlignIfLoadStore()
479 WebAssemblyOperand::IntOp{static_cast<int64_t>(BT)})); in addBlockTypeOperand()
535 WebAssemblyOperand::IntOp{0}); in parseFunctionTableOperand()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td198 [(set regclass:$dest, (IntOp Int1Regs:$pred))]>,
1432 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp,
1436 [(set regclass:$dst, (IntOp ptrclass:$addr, regclass:$b))]>,
1440 [(set regclass:$dst, (IntOp ptrclass:$addr, IMM:$b))]>,
1444 string OpcStr, PatFrag IntOp, Operand IMMType, SDNode IMM,
1447 IntOp, IMMType, IMM, Pred>;
1449 IntOp, IMMType, IMM, Pred>;
1469 IntOp, Pred> ;
1471 IntOp, Pred> ;
1505 IntOp, IMMType, Pred>;
[all …]
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp1186 const SCEV *IntOp = SCEVPtrToIntSinkingRewriter::rewrite(Op, *this); in getLosslessPtrToIntExpr() local
1187 assert(IntOp->getType()->isIntegerTy() && in getLosslessPtrToIntExpr()
1190 return IntOp; in getLosslessPtrToIntExpr()
1196 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr() local
1197 if (isa<SCEVCouldNotCompute>(IntOp)) in getPtrToIntExpr()
1198 return IntOp; in getPtrToIntExpr()
1200 return getTruncateOrZeroExtend(IntOp, Ty); in getPtrToIntExpr()
7791 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy); in createSCEV() local
7792 if (isa<SCEVCouldNotCompute>(IntOp)) in createSCEV()
7794 return IntOp; in createSCEV()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td6458 Intrinsic IntOp> {
6462 [(set (v8i8 V64:$Rd), (IntOp (v8i16 V128:$Rn), (v8i16 V128:$Rm)))]>;
6470 [(set (v4i16 V64:$Rd), (IntOp (v4i32 V128:$Rn), (v4i32 V128:$Rm)))]>;
6478 [(set (v2i32 V64:$Rd), (IntOp (v2i64 V128:$Rn), (v2i64 V128:$Rm)))]>;
6487 def : Pat<(concat_vectors (v8i8 V64:$Rd), (IntOp (v8i16 V128:$Rn),
6492 def : Pat<(concat_vectors (v4i16 V64:$Rd), (IntOp (v4i32 V128:$Rn),
6497 def : Pat<(concat_vectors (v2i32 V64:$Rd), (IntOp (v2i64 V128:$Rn),
6505 Intrinsic IntOp> {
6509 [(set (v8i16 V128:$Rd), (IntOp (v8i8 V64:$Rn), (v8i8 V64:$Rm)))]>;
6522 def : Pat<(v8i16 (IntOp (v8i8 (extract_high_v16i8 (v16i8 V128:$Rn))),
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50872 SDValue IntOp = DAG.getNode(IntOpcode, dl, IntVT, Op0, Op1); in lowerX86FPLogicOp() local
50873 return DAG.getBitcast(VT, IntOp); in lowerX86FPLogicOp()