Searched refs:InstrQuota (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 172 Value *simplifyFAdd(AddendVect& V, unsigned InstrQuota); 186 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota); 588 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) { in simplifyFAdd() argument 669 Result = createNaryFAdd(SimpVect, InstrQuota); in simplifyFAdd() 679 (const AddendVect &Opnds, unsigned InstrQuota) { in createNaryFAdd() argument 685 if (InstrNeeded > InstrQuota) in createNaryFAdd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 187 Value *simplifyFAdd(AddendVect& V, unsigned InstrQuota); 202 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota); 601 Value *FAddCombine::simplifyFAdd(AddendVect& Addends, unsigned InstrQuota) { in simplifyFAdd() argument 679 Result = createNaryFAdd(SimpVect, InstrQuota); in simplifyFAdd() 689 (const AddendVect &Opnds, unsigned InstrQuota) { in createNaryFAdd() argument 695 if (InstrNeeded > InstrQuota) in createNaryFAdd()
|