Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp175 if (auto *IOp = dyn_cast<Instruction>(Operand)) in getMinBitWidth() local
177 std::max(Info.MinBitWidth, InstInfoMap[IOp].MinBitWidth); in getMinBitWidth()
190 if (auto *IOp = dyn_cast<Instruction>(Operand)) { in getMinBitWidth() local
194 unsigned IOpBitwidth = InstInfoMap.lookup(IOp).ValidBitWidth; in getMinBitWidth()
197 InstInfoMap[IOp].ValidBitWidth = std::max(ValidBitWidth, IOpBitwidth); in getMinBitWidth()
198 Worklist.push_back(IOp); in getMinBitWidth()
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp188 if (auto *IOp = dyn_cast<Instruction>(Operand)) in getMinBitWidth() local
190 std::max(Info.MinBitWidth, InstInfoMap[IOp].MinBitWidth); in getMinBitWidth()
203 if (auto *IOp = dyn_cast<Instruction>(Operand)) { in getMinBitWidth() local
207 unsigned IOpBitwidth = InstInfoMap.lookup(IOp).ValidBitWidth; in getMinBitWidth()
210 InstInfoMap[IOp].ValidBitWidth = ValidBitWidth; in getMinBitWidth()
211 Worklist.push_back(IOp); in getMinBitWidth()
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/
DBuilders.cpp130 template <typename IOp, typename FOp>
142 return ValueBuilder<IOp>(lhs, rhs); in createBinaryHandle()
148 return ValueBuilder<IOp>(lhs, rhs); in createBinaryHandle()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dmap_lmhlo_to_scalar_op.h46 using IOp = ::mlir::AddIOp;
52 using IOp = ::mlir::CmpIOp;
57 using IOp = ::mlir::SignedDivIOp;
62 using IOp = ::mlir::MulIOp;
67 using IOp = ::mlir::SignedRemIOp;
72 using IOp = ::mlir::SubIOp;
81 using ScalarIOp = typename LhloToScalarOp<LhloOp>::IOp;
/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/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp529 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
530 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
532 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
549 if (IOp->hasNoSignedWrap()) { 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-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp509 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
510 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
512 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()