Searched defs:pCallInst (Results 1 – 1 of 1) sorted by relevance
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| D | lower_x86.cpp | 444 if (CallInst* pCallInst = dyn_cast<CallInst>(I)) in runOnFunction() local 488 Instruction* NO_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in NO_EMU() 494 Instruction* VPERM_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VPERM_EMU() 528 VGATHER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VGATHER_EMU() 715 VSCATTER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VSCATTER_EMU() 781 VROUND_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VROUND_EMU() 816 VCONVERT_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VCONVERT_EMU() 845 Instruction* VHSUB_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VHSUB_EMU() 879 CallInst* pCallInst, in DOUBLE_EMU()
|