Searched refs:IntOp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 2764 (Ty (IntOp (Ty DPR:$Vn), 2776 (Ty (IntOp (Ty DPR:$Vn), 3147 (ResTy (IntOp (OpTy DPR:$Vn), 3157 (ResTy (IntOp (OpTy DPR:$Vn), 3295 SDPatternOperator IntOp> 3302 SDPatternOperator IntOp> 3430 v8i8, v8i16, IntOp>; 3589 OpcodeStr, Dt, IntOp> { 3592 v8i8, v8i8, IntOp>; 3620 OpcodeStr, Dt, IntOp> { [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 49 struct IntOp { struct 67 struct IntOp Int; 75 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I) in WebAssemblyOperand() 336 WebAssemblyOperand::IntOp{Val})); in parseSingleInteger() 360 WebAssemblyOperand::IntOp{0})); in parseOperandStartingWithInteger() 370 WebAssemblyOperand::IntOp{static_cast<int64_t>(BT)})); in addBlockTypeOperand()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 183 [(set regclass:$dst, (IntOp imm:$threadmask, regclass:$src, 190 [(set regclass:$dst, (IntOp imm:$threadmask, regclass:$src, 224 [(set regclass:$dest, (IntOp Int1Regs:$pred))]>, 1031 [(set regclass:$dst, (IntOp ptrclass:$addr, IMM:$b))]>, 1035 string OpcStr, PatFrag IntOp, Operand IMMType, SDNode IMM, 1038 IntOp, IMMType, IMM, Pred>; 1040 IntOp, IMMType, IMM, Pred>; 1061 IntOp, IMMType, Pred> ; 1063 IntOp, IMMType, Pred> ; 1097 IntOp, IMMType, Pred>; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 5898 Intrinsic IntOp> { 5902 [(set (v8i8 V64:$Rd), (IntOp (v8i16 V128:$Rn), (v8i16 V128:$Rm)))]>; 5910 [(set (v4i16 V64:$Rd), (IntOp (v4i32 V128:$Rn), (v4i32 V128:$Rm)))]>; 5918 [(set (v2i32 V64:$Rd), (IntOp (v2i64 V128:$Rn), (v2i64 V128:$Rm)))]>; 5927 def : Pat<(concat_vectors (v8i8 V64:$Rd), (IntOp (v8i16 V128:$Rn), 5932 def : Pat<(concat_vectors (v4i16 V64:$Rd), (IntOp (v4i32 V128:$Rn), 5937 def : Pat<(concat_vectors (v2i32 V64:$Rd), (IntOp (v2i64 V128:$Rn), 5945 Intrinsic IntOp> { 5949 [(set (v8i16 V128:$Rd), (IntOp (v8i8 V64:$Rn), (v8i8 V64:$Rm)))]>; 5962 def : Pat<(v8i16 (IntOp (v8i8 (extract_high_v16i8 V128:$Rn)),
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38731 SDValue IntOp = DAG.getNode(IntOpcode, dl, IntVT, Op0, Op1); in lowerX86FPLogicOp() local 38732 return DAG.getBitcast(VT, IntOp); in lowerX86FPLogicOp()
|