Searched refs:pInst (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h204 void emitInstructionAnnot(const llvm::Instruction* pInst,
H A DJitManager.cpp808 void InterleaveAssemblyAnnotater::emitInstructionAnnot(const llvm::Instruction *pInst, llvm::formatted_raw_ostream &OS) argument
810 auto dbgLoc = pInst->getDebugLoc();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h206 void emitInstructionAnnot(const llvm::Instruction* pInst,
H A DJitManager.cpp832 void InterleaveAssemblyAnnotater::emitInstructionAnnot(const llvm::Instruction* pInst, argument
835 auto dbgLoc = pInst->getDebugLoc();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp418 for (auto* pInst : toRemove) local in function:SwrJit::LowerX86::runOnFunction
420 pInst->eraseFromParent();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp468 for (auto* pInst : toRemove) local in function:SwrJit::LowerX86::runOnFunction
470 pInst->eraseFromParent();

Completed in 12 milliseconds