Home
last modified time | relevance | path

Searched refs:printAndVerify (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp382 printAndVerify("After Machine Scheduling"); in addOptimizedRegAlloc()
390 printAndVerify("After StackSlotColoring"); in addOptimizedRegAlloc()
396 printAndVerify("After Pre-RegAlloc TailDuplicate"); in addMachineSSAOptimization()
415 printAndVerify("After codegen DCE pass"); in addMachineSSAOptimization()
421 printAndVerify("After ILP optimizations"); in addMachineSSAOptimization()
427 printAndVerify("After Machine LICM, CSE and Sinking passes"); in addMachineSSAOptimization()
430 printAndVerify("After codegen peephole optimization pass"); in addMachineSSAOptimization()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp69 TPC.printAndVerify(Banner); in addPass()
231 TPC->printAndVerify("MachineFunctionGenerator::assemble"); in assembleToStream()
234 TPC->printAndVerify("After ExegesisTarget::addTargetSpecificPasses"); in assembleToStream()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h302 void printAndVerify(const std::string &Banner);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp756 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify() function in TargetPassConfig
1050 printAndVerify("After Instruction Selection"); in addCoreISelPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp651 TPC.printAndVerify(""); in compileModule()