Home
last modified time | relevance | path

Searched defs:ModifiedDT (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp144 scalarizeMaskedLoad(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedLoad() argument
282 scalarizeMaskedStore(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedStore() argument
406 scalarizeMaskedGather(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedGather() argument
536 scalarizeMaskedScatter(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedScatter() argument
626 scalarizeMaskedExpandLoad(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedExpandLoad() argument
759 scalarizeMaskedCompressStore(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedCompressStore() argument
867 scalarizeMaskedVectorHistogram(const DataLayout & DL,CallInst * CI,DomTreeUpdater * DTU,bool & ModifiedDT) scalarizeMaskedVectorHistogram() argument
974 optimizeBlock(BasicBlock & BB,bool & ModifiedDT,const TargetTransformInfo & TTI,const DataLayout & DL,DomTreeUpdater * DTU) optimizeBlock() argument
990 optimizeCallInst(CallInst * CI,bool & ModifiedDT,const TargetTransformInfo & TTI,const DataLayout & DL,DomTreeUpdater * DTU) optimizeCallInst() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp629 ModifyDT ModifiedDT = ModifyDT::NotModifyDT; in _run() local
1664 combineToUAddWithOverflow(CmpInst * Cmp,ModifyDT & ModifiedDT) combineToUAddWithOverflow() argument
1698 combineToUSubWithOverflow(CmpInst * Cmp,ModifyDT & ModifiedDT) combineToUSubWithOverflow() argument
1977 optimizeCmp(CmpInst * Cmp,ModifyDT & ModifiedDT) optimizeCmp() argument
2294 despeculateCountZeros(IntrinsicInst * CountZeros,LoopInfo & LI,const TargetLowering * TLI,const DataLayout * DL,ModifyDT & ModifiedDT,SmallSet<BasicBlock *,32> & FreshBBs,bool IsHugeFunc) despeculateCountZeros() argument
2373 optimizeCallInst(CallInst * CI,ModifyDT & ModifiedDT) optimizeCallInst() argument
2624 dupRetToEnableTailCallOpts(BasicBlock * BB,ModifyDT & ModifiedDT) dupRetToEnableTailCallOpts() argument
8297 optimizeInst(Instruction * I,ModifyDT & ModifiedDT) optimizeInst() argument
8501 optimizeBlock(BasicBlock & BB,ModifyDT & ModifiedDT) optimizeBlock() argument
8745 splitBranchCondition(Function & F,ModifyDT & ModifiedDT) splitBranchCondition() argument
[all...]