Searched refs:CtxLen (Results 1 – 4 of 4) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerOCLBlocks.cpp | 204 Value *CtxLen = nullptr; in lowerBlockBind() local 206 getBlockInvokeFuncAndContext(CallBlkBind, &InvF, &Ctx, &CtxLen, in lowerBlockBind() 230 lowerBlockBuiltin(CI, InvF, Ctx, CtxLen, CtxAlign, DemangledName); in lowerBlockBind() 285 lowerBlockBuiltin(CallInst *CI, Function *InvF, Value *Ctx, Value *CtxLen, in lowerBlockBuiltin() argument 300 Args.push_back(CtxLen); in lowerBlockBuiltin() 304 Args.insert(Args.begin() + I + 1, CtxLen); in lowerBlockBuiltin() 357 Value *CtxLen = nullptr; in getBlockInvokeFuncAndContext() local 364 CtxLen = CallBlkBind->getArgOperand(1); in getBlockInvokeFuncAndContext() 393 *PCtxLen = CtxLen; in getBlockInvokeFuncAndContext()
|
D | SPIRVUtil.cpp | 807 addBlockBind(Module *M, Function *InvokeFunc, Value *BlkCtx, Value *CtxLen, in addBlockBind() argument 814 CtxLen ? CtxLen : UndefValue::get(Type::getInt32Ty(Ctx)), in addBlockBind()
|
D | SPIRVInternal.h | 697 addBlockBind(Module *M, Function *InvokeFunc, Value *BlkCtx, Value *CtxLen,
|
D | SPIRVReader.cpp | 1080 Value *CtxLen = ALoc[2]; in postProcessOCLBuiltinWithFuncPointer() local 1093 Ctx, CtxLen, CtxAlign, CI); in postProcessOCLBuiltinWithFuncPointer()
|