Home
last modified time | relevance | path

Searched refs:PPCLoopInstrFormPrep (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp222 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 DCMakeLists.txt39 PPCLoopInstrFormPrep.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMPowerPCCodeGen/
H A DMakefile31 PPCLoopInstrFormPrep.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn79 "PPCLoopInstrFormPrep.cpp",