Home
last modified time | relevance | path

Searched refs:transSPIRVBuiltinFromInst (Results 1 – 1 of 1) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp318 Instruction *transSPIRVBuiltinFromInst(SPIRVInstruction *BI, BasicBlock *BB);
1802 return mapValue(BV, transSPIRVBuiltinFromInst( in transValueWithoutDecoration()
2056 SPIRVToLLVM::transSPIRVBuiltinFromInst(SPIRVInstruction *BI, BasicBlock *BB) { in transSPIRVBuiltinFromInst() function in SPIRV::SPIRVToLLVM
2663 CallInst *CI = cast<CallInst>(transSPIRVBuiltinFromInst(I, BB)); in transOCLAllAny()
2687 CallInst *CI = cast<CallInst>(transSPIRVBuiltinFromInst(I, BB)); in transOCLRelational()