HomeSort by relevance Sort by last modified time
    Searched refs:CtxLen (Results 1 - 4 of 4) sorted by null

  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerOCLBlocks.cpp 204 Value *CtxLen = nullptr;
206 getBlockInvokeFuncAndContext(CallBlkBind, &InvF, &Ctx, &CtxLen,
230 lowerBlockBuiltin(CI, InvF, Ctx, CtxLen, CtxAlign, DemangledName);
285 lowerBlockBuiltin(CallInst *CI, Function *InvF, Value *Ctx, Value *CtxLen,
300 Args.push_back(CtxLen);
304 Args.insert(Args.begin() + I + 1, CtxLen);
357 Value *CtxLen = nullptr;
364 CtxLen = CallBlkBind->getArgOperand(1);
393 *PCtxLen = CtxLen;
SPIRVUtil.cpp 807 addBlockBind(Module *M, Function *InvokeFunc, Value *BlkCtx, Value *CtxLen,
814 CtxLen ? CtxLen : UndefValue::get(Type::getInt32Ty(Ctx)),
    [all...]
SPIRVInternal.h 697 addBlockBind(Module *M, Function *InvokeFunc, Value *BlkCtx, Value *CtxLen,
    [all...]
SPIRVReader.cpp     [all...]

Completed in 219 milliseconds