Home
last modified time | relevance | path

Searched refs:copyIRFlags (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h342 void copyIRFlags(const Value *V);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h437 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
DInstrTypes.h162 UO->copyIRFlags(CopyO);
254 BO->copyIRFlags(CopyO);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp379 NewBinOp->copyIRFlags(PN.getIncomingValue(0)); in FoldPHIArgBinOpIntoPHI()
827 BinOp->copyIRFlags(PN.getIncomingValue(0)); in FoldPHIArgOpIntoPHI()
DInstCombineAddSub.cpp1197 NewAShr->copyIRFlags(Extract); // Preserve `exact`-ness. in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
1797 NewShift->copyIRFlags(Op1Wide); in visitSub()
1809 NewShift->copyIRFlags(Op1Wide); in visitSub()
DInstructionCombining.cpp1460 BO->copyIRFlags(&Inst); in foldVectorBinop()
1463 BO->copyIRFlags(&Inst); in foldVectorBinop()
1476 BO->copyIRFlags(&Inst); in foldVectorBinop()
1510 NewBO->copyIRFlags(&Inst); in foldVectorBinop()
DInstCombineSelect.cpp400 NewBO->copyIRFlags(TI); in foldSelectOpOp()
451 BO->copyIRFlags(TVI); in foldSelectIntoOp()
482 BO->copyIRFlags(FVI); in foldSelectIntoOp()
DInstCombineVectorOps.cpp1497 NewBO->copyIRFlags(BO); in foldSelectShuffleWith1Binop()
1660 NewBO->copyIRFlags(B0); in foldSelectShuffle()
DInstCombineShifts.cpp1237 NewAShr->copyIRFlags(HighBitExtract); // We can preserve 'exact'-ness. in foldVariableSignZeroExtensionOfVariableHighBitExtract()
DInstCombineCalls.cpp2193 FNeg->copyIRFlags(II); in visitCallInst()
2224 NewCall->copyIRFlags(II); in visitCallInst()
DInstCombineAndOrXor.cpp1449 NewFCmpInst->copyIRFlags(Op0); in reassociateFCmps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp243 void Instruction::copyIRFlags(const Value *V, bool IncludeWrapFlags) { in copyIRFlags() function in Instruction
DInstructions.cpp3465 copyIRFlags(FlagsSource); in CmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1136 WideBO->copyIRFlags(NarrowBO); in cloneBitwiseIVUser()
1228 WideBO->copyIRFlags(NarrowBO); in cloneArithmeticIVUser()
1509 WideBO->copyIRFlags(NarrowBO); in widenWithVariantLoadUseCodegen()
DScalarizer.cpp429 New->copyIRFlags(Op); in transferMetadataAndIRFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp467 NewInst->copyIRFlags(I); in PrepareWrappingAdds()
DMachineInstr.cpp564 void MachineInstr::copyIRFlags(const Instruction &I) { in copyIRFlags() function in MachineInstr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1640 void copyIRFlags(const Instruction &I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1000 VecOp->copyIRFlags(Intersection); in propagateIRFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1641 MIB->copyIRFlags(CI); in translateCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3367 cast<BinaryOperator>(NewI)->copyIRFlags(I, /*IncludeWrapFlags=*/false); in truncateToMinimalBitwidths()
4242 VecOp->copyIRFlags(&I); in widenInstruction()