Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td2747 (Ty (IntOp (Ty DPR:$Vn),
2759 (Ty (IntOp (Ty DPR:$Vn),
3130 (ResTy (IntOp (OpTy DPR:$Vn),
3140 (ResTy (IntOp (OpTy DPR:$Vn),
3278 SDPatternOperator IntOp>
3285 SDPatternOperator IntOp>
3466 v8i8, v8i16, IntOp>;
3625 OpcodeStr, Dt, IntOp> {
3628 v8i8, v8i8, IntOp>;
3656 OpcodeStr, Dt, IntOp> {
[all …]
H A DARMISelLowering.cpp16991 unsigned IntOp = cast<ConstantSDNode>(N.getOperand(1))->getZExtValue(); in SearchLoopIntrinsic() local
16992 if (IntOp != Intrinsic::test_start_loop_iterations && in SearchLoopIntrinsic()
16993 IntOp != Intrinsic::loop_decrement_reg) in SearchLoopIntrinsic()
17069 unsigned IntOp = cast<ConstantSDNode>(Int->getOperand(1))->getZExtValue(); in PerformHWLoopCombine() local
17082 if (IntOp == Intrinsic::test_start_loop_iterations) { in PerformHWLoopCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp57 struct IntOp { struct
75 struct IntOp Int;
83 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I) in WebAssemblyOperand()
392 WebAssemblyOperand::IntOp{Val})); in parseSingleInteger()
463 WebAssemblyOperand::IntOp{-1})); in checkForP2AlignIfLoadStore()
478 WebAssemblyOperand::IntOp{static_cast<int64_t>(BT)})); in addBlockTypeOperand()
534 WebAssemblyOperand::IntOp{0}); in parseFunctionTableOperand()
680 WebAssemblyOperand::IntOp{static_cast<int64_t>(HeapType)})); in ParseInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td198 [(set regclass:$dest, (IntOp Int1Regs:$pred))]>,
1212 string SpaceStr, string TypeStr, string OpcStr, PatFrag IntOp,
1216 [(set regclass:$dst, (IntOp ptrclass:$addr, regclass:$b))]>,
1220 [(set regclass:$dst, (IntOp ptrclass:$addr, IMM:$b))]>,
1224 string OpcStr, PatFrag IntOp, Operand IMMType, SDNode IMM,
1227 IntOp, IMMType, IMM, Pred>;
1229 IntOp, IMMType, IMM, Pred>;
1250 IntOp, IMMType, Pred> ;
1252 IntOp, IMMType, Pred> ;
1286 IntOp, IMMType, Pred>;
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1169 const SCEV *IntOp = SCEVPtrToIntSinkingRewriter::rewrite(Op, *this); in getLosslessPtrToIntExpr() local
1170 assert(IntOp->getType()->isIntegerTy() && in getLosslessPtrToIntExpr()
1173 return IntOp; in getLosslessPtrToIntExpr()
1179 const SCEV *IntOp = getLosslessPtrToIntExpr(Op); in getPtrToIntExpr() local
1180 if (isa<SCEVCouldNotCompute>(IntOp)) in getPtrToIntExpr()
1181 return IntOp; in getPtrToIntExpr()
1183 return getTruncateOrZeroExtend(IntOp, Ty); in getPtrToIntExpr()
7055 const SCEV *IntOp = getPtrToIntExpr(Op, DstIntTy); in createSCEV() local
7056 if (isa<SCEVCouldNotCompute>(IntOp)) in createSCEV()
7058 return IntOp; in createSCEV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td6347 Intrinsic IntOp> {
6351 [(set (v8i8 V64:$Rd), (IntOp (v8i16 V128:$Rn), (v8i16 V128:$Rm)))]>;
6359 [(set (v4i16 V64:$Rd), (IntOp (v4i32 V128:$Rn), (v4i32 V128:$Rm)))]>;
6367 [(set (v2i32 V64:$Rd), (IntOp (v2i64 V128:$Rn), (v2i64 V128:$Rm)))]>;
6376 def : Pat<(concat_vectors (v8i8 V64:$Rd), (IntOp (v8i16 V128:$Rn),
6381 def : Pat<(concat_vectors (v4i16 V64:$Rd), (IntOp (v4i32 V128:$Rn),
6386 def : Pat<(concat_vectors (v2i32 V64:$Rd), (IntOp (v2i64 V128:$Rn),
6394 Intrinsic IntOp> {
6398 [(set (v8i16 V128:$Rd), (IntOp (v8i8 V64:$Rn), (v8i8 V64:$Rm)))]>;
6411 def : Pat<(v8i16 (IntOp (v8i8 (extract_high_v16i8 V128:$Rn)),
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47464 SDValue IntOp = DAG.getNode(IntOpcode, dl, IntVT, Op0, Op1); in lowerX86FPLogicOp() local
47465 return DAG.getBitcast(VT, IntOp); in lowerX86FPLogicOp()