Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp415 SPIRVEntryPoint::SPIRVEntryPoint(SPIRVModule *TheModule, in SPIRVEntryPoint() function in SPIRV::SPIRVEntryPoint
423 SPIRVEntryPoint::encode(spv_ostream &O) const { in encode()
428 SPIRVEntryPoint::decode(std::istream &I) { in decode()
DSPIRVEntry.h434 class SPIRVEntryPoint:public SPIRVAnnotation<OpEntryPoint> {
436 SPIRVEntryPoint(SPIRVModule *TheModule, SPIRVExecutionModelKind,
438 SPIRVEntryPoint():ExecModel(ExecutionModelKernel){} in SPIRVEntryPoint() function
DSPIRVModule.cpp1295 O << SPIRVEntryPoint(&M, I.first, II, in operator <<()