Searched defs:ISP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp286 lowerCallFromStatepoint(ImmutableStatepoint ISP, const BasicBlock *EHPadBB, argument
290 ImmutableCallSite CS(ISP.getCallSite());
294 if (ISP.getNumPatchBytes() > 0) {
304 unsigned AS = ISP.getCalledValue()->getType()->getPointerAddressSpace();
308 ActualCallee = Builder.getValue(ISP.getCalledValue());
313 Type *DefTy = ISP.getActualReturnType();
318 ISP.getCallSite(), ImmutableStatepoint::CallArgsBeginPos,
319 ISP.getNumCallArgs(), ActualCallee, DefTy, EHPadBB,
351 const Instruction *GCResult = ISP.getGCResult();
363 unsigned Reg = Builder.FuncInfo.CreateRegs(ISP
638 LowerStatepoint( ImmutableStatepoint ISP, const BasicBlock *EHPadBB ) argument
[all...]

Completed in 64 milliseconds