/external/llvm/include/llvm/IR/ |
D | Instruction.h | 317 void copyIRFlags(const Value *V);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 342 void copyIRFlags(const Value *V);
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VectorCombine.cpp | 383 VecBOInst->copyIRFlags(&I); in foldExtExtBinop() 604 ScalarInst->copyIRFlags(&I); in scalarizeBinopOrCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 437 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
|
D | InstrTypes.h | 162 UO->copyIRFlags(CopyO); 254 BO->copyIRFlags(CopyO);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 112 NewBinOp->copyIRFlags(PN.getIncomingValue(0)); in FoldPHIArgBinOpIntoPHI() 558 BinOp->copyIRFlags(PN.getIncomingValue(0)); in FoldPHIArgOpIntoPHI()
|
D | InstCombineSelect.cpp | 255 BO->copyIRFlags(TVI_BO); in FoldSelectIntoOp() 285 BO->copyIRFlags(FVI_BO); in FoldSelectIntoOp()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.h | 476 void copyIRFlags(const Value *V, bool IncludeWrapFlags = true);
|
D | InstrTypes.h | 162 UO->copyIRFlags(CopyO); 256 BO->copyIRFlags(CopyO);
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineNegator.cpp | 197 NewInstr->copyIRFlags(I); in visitImpl()
|
D | InstCombinePHI.cpp | 465 NewBinOp->copyIRFlags(PN.getIncomingValue(0)); in foldPHIArgBinOpIntoPHI() 912 BinOp->copyIRFlags(PN.getIncomingValue(0)); in foldPHIArgOpIntoPHI()
|
D | InstructionCombining.cpp | 1546 BO->copyIRFlags(&Inst); in foldVectorBinop() 1549 BO->copyIRFlags(&Inst); in foldVectorBinop() 1562 BO->copyIRFlags(&Inst); in foldVectorBinop() 1598 NewBO->copyIRFlags(&Inst); in foldVectorBinop() 1728 NewInstBO->copyIRFlags(R); in foldVectorBinop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 379 NewBinOp->copyIRFlags(PN.getIncomingValue(0)); in FoldPHIArgBinOpIntoPHI() 827 BinOp->copyIRFlags(PN.getIncomingValue(0)); in FoldPHIArgOpIntoPHI()
|
D | InstCombineAddSub.cpp | 1197 NewAShr->copyIRFlags(Extract); // Preserve `exact`-ness. in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract() 1797 NewShift->copyIRFlags(Op1Wide); in visitSub() 1809 NewShift->copyIRFlags(Op1Wide); in visitSub()
|
D | InstructionCombining.cpp | 1460 BO->copyIRFlags(&Inst); in foldVectorBinop() 1463 BO->copyIRFlags(&Inst); in foldVectorBinop() 1476 BO->copyIRFlags(&Inst); in foldVectorBinop() 1510 NewBO->copyIRFlags(&Inst); in foldVectorBinop()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 217 void Instruction::copyIRFlags(const Value *V) { in copyIRFlags() function in Instruction
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 1231 WideBO->copyIRFlags(NarrowBO); in cloneBitwiseIVUser() 1303 WideBO->copyIRFlags(NarrowBO); in cloneArithmeticIVUser() 1636 WideBO->copyIRFlags(NarrowBO); in widenWithVariantUse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 243 void Instruction::copyIRFlags(const Value *V, bool IncludeWrapFlags) { in copyIRFlags() function in Instruction
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 267 void Instruction::copyIRFlags(const Value *V, bool IncludeWrapFlags) { in copyIRFlags() function in Instruction
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1136 WideBO->copyIRFlags(NarrowBO); in cloneBitwiseIVUser() 1228 WideBO->copyIRFlags(NarrowBO); in cloneArithmeticIVUser() 1509 WideBO->copyIRFlags(NarrowBO); in widenWithVariantLoadUseCodegen()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 469 NewInst->copyIRFlags(I); in PrepareWrappingAdds()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 467 NewInst->copyIRFlags(I); in PrepareWrappingAdds()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1640 void copyIRFlags(const Instruction &I);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 1000 VecOp->copyIRFlags(Intersection); in propagateIRFlags()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1011 WideBO->copyIRFlags(NarrowBO); in cloneBitwiseIVUser() 1103 WideBO->copyIRFlags(NarrowBO); in cloneArithmeticIVUser()
|