Searched refs:PPCLoopInstrFormPrep (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 222 class PPCLoopInstrFormPrep : public FunctionPass { class 226 PPCLoopInstrFormPrep() : FunctionPass(ID) { in PPCLoopInstrFormPrep() function in __anon079136c40111::PPCLoopInstrFormPrep 230 PPCLoopInstrFormPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { in PPCLoopInstrFormPrep() function in __anon079136c40111::PPCLoopInstrFormPrep 340 char PPCLoopInstrFormPrep::ID = 0; 342 INITIALIZE_PASS_BEGIN(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false) 345 INITIALIZE_PASS_END(PPCLoopInstrFormPrep, DEBUG_TYPE, name, false, false) 353 return new PPCLoopInstrFormPrep(TM); in createPPCLoopInstrFormPrepPass() 402 bool PPCLoopInstrFormPrep::runOnFunction(Function &F) { in runOnFunction() 429 bool PPCLoopInstrFormPrep::prepareBasesForCommoningChains(Bucket &CBucket) { in prepareBasesForCommoningChains() 528 bool PPCLoopInstrFormPrep::chainCommoning(Loop *L, in chainCommoning() [all …]
|
| H A D | CMakeLists.txt | 39 PPCLoopInstrFormPrep.cpp
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/ |
| H A D | Makefile | 31 PPCLoopInstrFormPrep.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/ |
| H A D | BUILD.gn | 79 "PPCLoopInstrFormPrep.cpp",
|