Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp407 printAndVerify("After Machine Scheduling"); in addOptimizedRegAlloc()
415 printAndVerify("After StackSlotColoring"); in addOptimizedRegAlloc()
421 printAndVerify("After Pre-RegAlloc TailDuplicate"); in addMachineSSAOptimization()
440 printAndVerify("After codegen DCE pass"); in addMachineSSAOptimization()
446 printAndVerify("After ILP optimizations"); in addMachineSSAOptimization()
452 printAndVerify("After Machine LICM, CSE and Sinking passes"); in addMachineSSAOptimization()
455 printAndVerify("After codegen peephole optimization pass"); in addMachineSSAOptimization()
/openbsd/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp69 TPC.printAndVerify(Banner); in addPass()
232 TPC->printAndVerify("MachineFunctionGenerator::assemble"); in assembleToStream()
235 TPC->printAndVerify("After ExegesisTarget::addTargetSpecificPasses"); in assembleToStream()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetPassConfig.h301 void printAndVerify(const std::string &Banner);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetPassConfig.cpp787 void TargetPassConfig::printAndVerify(const std::string &Banner) { in printAndVerify() function in TargetPassConfig
1078 printAndVerify("After Instruction Selection"); in addCoreISelPasses()
/openbsd/src/gnu/llvm/llvm/tools/llc/
Dllc.cpp696 TPC.printAndVerify(""); in compileModule()