Searched refs:SDI (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 881 static bool processSRem(BinaryOperator *SDI, const ConstantRange &LCR, in processSRem() argument 883 assert(SDI->getOpcode() == Instruction::SRem); in processSRem() 884 assert(!SDI->getType()->isVectorTy()); in processSRem() 887 SDI->replaceAllUsesWith(SDI->getOperand(0)); in processSRem() 888 SDI->eraseFromParent(); in processSRem() 896 std::array<Operand, 2> Ops = {{{SDI->getOperand(0), getDomain(LCR)}, in processSRem() 897 {SDI->getOperand(1), getDomain(RCR)}}}; in processSRem() 909 BinaryOperator::CreateNeg(Op.V, Op.V->getName() + ".nonneg", SDI); in processSRem() 910 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem() 915 BinaryOperator::CreateURem(Ops[0].V, Ops[1].V, SDI->getName(), SDI); in processSRem() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrFormats.td | 626 // SDI - SSE2 instructions with XD prefix. 642 class SDI<bits<8> o, Format F, dag outs, dag ins, string asm,
|
| H A D | X86InstrSSE.td | 1313 def CVTSD2SSrr : SDI<0x5A, MRMSrcReg, (outs FR32:$dst), (ins FR64:$src), 1569 def VCVTPD2DQrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src), 1576 def VCVTPD2DQrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src), 1583 def VCVTPD2DQYrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR256:$src), 1588 def VCVTPD2DQYrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f256mem:$src), 1600 def CVTPD2DQrm : SDI<0xE6, MRMSrcMem, (outs VR128:$dst), (ins f128mem:$src), 1605 def CVTPD2DQrr : SDI<0xE6, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.md | 150 (define_mode_macro SDI [SI DI]) 1434 [(set (match_operand:SDI 0 "gpc_reg_operand" "") 1435 (plus:SDI (match_operand:SDI 1 "gpc_reg_operand" "") 1436 (match_operand:SDI 2 "reg_or_add_cint_operand" "")))] 1743 [(set (match_operand:SDI 0 "gpc_reg_operand" "") 1744 (minus:SDI (match_operand:SDI 1 "reg_or_short_operand" "") 1745 (match_operand:SDI 2 "reg_or_sub_cint_operand" "")))] 2036 [(set (match_operand:SDI 0 "gpc_reg_operand" "") 2037 (neg:SDI (match_operand:SDI 1 "gpc_reg_operand" "")))]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | NEWS | 304 M32R with SDI protocol m32r-*-elf*
|
| H A D | ChangeLog-2003 | 2271 debug interface, SDI (Scalable Debug Interface). 2272 * NEWS: Mention m32r SDI protocol was supported.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4843 const auto &SDI = in LowerINTRINSIC_W_CHAIN() local 4846 SDI.EmitMOPS(AArch64ISD::MOPS_MEMSET_TAGGING, DAG, DL, Chain, Dst, Val, in LowerINTRINSIC_W_CHAIN()
|