Searched refs:printAndVerify (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXTargetMachine.cpp77 void printAndVerify(PassManagerBase &PM, function in namespace:__anon22900
264 printAndVerify(PM, "After Instruction Selection");
272 printAndVerify(PM, "After Pre-RegAlloc TailDuplicate");
290 printAndVerify(PM, "After codegen DCE pass");
295 printAndVerify(PM, "After Machine LICM, CSE and Sinking passes");
298 printAndVerify(PM, "After codegen peephole optimization pass");
303 printAndVerify(PM, "After PreRegAlloc passes");
307 printAndVerify(PM, "After Register Allocation");
320 printAndVerify(PM, "After StackSlotColoring and postra Machine LICM");
325 printAndVerify(P
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLLVMTargetMachine.cpp280 static void printAndVerify(PassManagerBase &PM, function
387 printAndVerify(PM, "After Instruction Selection");
395 printAndVerify(PM, "After Pre-RegAlloc TailDuplicate");
414 printAndVerify(PM, "After codegen DCE pass");
422 printAndVerify(PM, "After Machine LICM, CSE and Sinking passes");
425 printAndVerify(PM, "After codegen peephole optimization pass");
430 printAndVerify(PM, "After PreRegAlloc passes");
434 printAndVerify(PM, "After Register Allocation");
447 printAndVerify(PM, "After StackSlotColoring and postra Machine LICM");
452 printAndVerify(P
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp328 printAndVerify("After Machine Scheduling");
336 printAndVerify("After StackSlotColoring");
342 printAndVerify("After Pre-RegAlloc TailDuplicate");
361 printAndVerify("After codegen DCE pass");
367 printAndVerify("After ILP optimizations");
373 printAndVerify("After Machine LICM, CSE and Sinking passes");
376 printAndVerify("After codegen peephole optimization pass");
/external/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h254 /// printAndVerify - Add a pass to dump then verify the machine function, if
257 void printAndVerify(const std::string &Banner);
/external/llvm/tools/llc/
H A Dllc.cpp419 TPC->printAndVerify("");
441 TPC->printAndVerify(Banner);
/external/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp405 void TargetPassConfig::printAndVerify(const std::string &Banner) { function in class:TargetPassConfig
576 printAndVerify("After Instruction Selection");
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp258 printAndVerify("After hexagon peephole pass");

Completed in 230 milliseconds