Searched refs:emitBaseConstants (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/Scalar/ |
D | ConstantHoisting.h | 141 void emitBaseConstants(Instruction *Base, Constant *Offset, 143 bool emitBaseConstants();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | ConstantHoisting.h | 158 void emitBaseConstants(Instruction *Base, Constant *Offset, 160 bool emitBaseConstants();
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 475 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass 548 bool ConstantHoistingPass::emitBaseConstants() { in emitBaseConstants() function in ConstantHoistingPass 564 emitBaseConstants(Base, RCI.Offset, U); in emitBaseConstants() 611 bool MadeChange = emitBaseConstants(); in runImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 634 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass 708 bool ConstantHoistingPass::emitBaseConstants() { in emitBaseConstants() function in ConstantHoistingPass 739 emitBaseConstants(Base, RCI.Offset, U); in emitBaseConstants() 802 bool MadeChange = emitBaseConstants(); in runImpl()
|