Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp176 if (auto *IOp = dyn_cast<Instruction>(Operand)) in getMinBitWidth() local
178 std::max(Info.MinBitWidth, InstInfoMap[IOp].MinBitWidth); in getMinBitWidth()
191 if (auto *IOp = dyn_cast<Instruction>(Operand)) { in getMinBitWidth() local
195 unsigned IOpBitwidth = InstInfoMap.lookup(IOp).ValidBitWidth; in getMinBitWidth()
198 InstInfoMap[IOp].ValidBitWidth = std::max(ValidBitWidth, IOpBitwidth); in getMinBitWidth()
199 Worklist.push_back(IOp); in getMinBitWidth()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas6010 IOp, PrevIOp: IInsertBeforeOp;
6027 IOp := Inserts[J] as IInsertBeforeOp;
6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
6031 Rewrites[IOp.InstructionIndex] := nil;
6061 if (not Supports(Op, IInsertBeforeOp, IOp)) then
6069 if (PrevIOp.Index = IOp.Index) then
6074 IOp.Text := CatOpText(IOp.Text, PrevIOp.Text);
6085 if (IOp.Index = ROp.Index) then
6087 ROp.Text := CatOpText(IOp.Text, ROp.Text);
6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp580 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
581 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
583 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp570 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
571 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
573 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp459 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
460 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
462 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1075 Value *IOp = I->getOperand(1); in areInstsCompatible() local
1077 if ((isa<ConstantVector>(IOp) || isa<ConstantDataVector>(IOp)) && in areInstsCompatible()
1080 Constant *SplatValue = cast<Constant>(IOp)->getSplatValue(); in areInstsCompatible()