Home
last modified time | relevance | path

Searched refs:IOp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp187 if (auto *IOp = dyn_cast<Instruction>(Operand)) in getMinBitWidth() local
189 std::max(Info.MinBitWidth, InstInfoMap[IOp].MinBitWidth); in getMinBitWidth()
202 if (auto *IOp = dyn_cast<Instruction>(Operand)) { in getMinBitWidth() local
206 unsigned IOpBitwidth = InstInfoMap.lookup(IOp).ValidBitWidth; in getMinBitWidth()
209 InstInfoMap[IOp].ValidBitWidth = ValidBitWidth; in getMinBitWidth()
210 Worklist.push_back(IOp); in getMinBitWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrBits.td58 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.IOp:$bitno), "btst\t$bitno, $dst",
70 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.IOp:$bitno), "btst\t$bitno, $dst",
H A DM68kInstrData.td75 : MxMove<TYPE.Prefix, (outs), (ins MEMOpd:$dst, TYPE.IOp:$src),
80 : MxMove<DST.Prefix, (outs DST.ROp:$dst), (ins DST.IOp:$src),
332 (MOV32pi MxType32.POp :$dst, MxType32.IOp :$src)>;
335 (MOV32fi MxType32.FOp :$dst, MxType32.IOp :$src)>;
338 (MOV32bi MxType32.BOp :$dst, MxType32.IOp :$src)>;
341 (MOV32ji MxType32.JOp :$dst, MxType32.IOp :$src)>;
H A DM68kInstrArithmetic.td117 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd),
129 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd),
165 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.IOp:$opd),
378 : MxInst<(outs), (ins TYPE.IOp:$imm, TYPE.ROp:$reg),
390 : MxInst<(outs), (ins TYPE.IOp:$imm, MEMOpd:$mem),
399 : MxInst<(outs), (ins TYPE.IOp:$imm, MxAL32:$abs),
H A DM68kInstrInfo.td606 MxOperand IOp = iOp;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp544 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
545 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
547 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
564 if (IOp->hasNoSignedWrap()) { in SimplifyDemandedUseBits()