Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.cpp96 SPIRVFunctionCall::SPIRVFunctionCall(SPIRVId TheId, SPIRVFunction *TheFunction, in SPIRVFunctionCall() function in SPIRV::SPIRVFunctionCall
105 SPIRVFunctionCall::validate()const { in validate()
DSPIRVInstruction.h1178 class SPIRVFunctionCall:
1181 SPIRVFunctionCall(SPIRVId TheId, SPIRVFunction *TheFunction,
1183 SPIRVFunctionCall():FunctionId(SPIRVID_INVALID) {}
DSPIRVModule.cpp994 return addInstruction(new SPIRVFunctionCall(getId(), TheFunction, in addCallInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1728 SPIRVFunctionCall *BC = static_cast<SPIRVFunctionCall *>(BV); in transValueWithoutDecoration()