Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp100 std::unique_ptr<SPIRV::SPIRVExtInst>
103 return std::unique_ptr<SPIRVExtInst>(new SPIRVExtInst(Set, ExtOp)); in create_unique()
DSPIRVEntry.h66 class SPIRVExtInst; variable
307 static std::unique_ptr<SPIRVExtInst> create_unique(
DSPIRVInstruction.h1194 class SPIRVExtInst: public SPIRVFunctionCallGeneric<OpExtInst, 5> {
1196 SPIRVExtInst(SPIRVType *TheType, SPIRVId TheId,
1205 SPIRVExtInst(SPIRVType *TheType, SPIRVId TheId,
1214 SPIRVExtInst(SPIRVExtInstSetKind SetKind = SPIRVEIS_Count,
DSPIRVModule.cpp979 return addInstruction(new SPIRVExtInst(TheType, getId(), in addExtInst()
987 return addInstruction(new SPIRVExtInst(TheType, getId(), in addExtInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp304 Instruction *transOCLBuiltinFromExtInst(SPIRVExtInst *BC, BasicBlock *BB);
1739 BV, transOCLBuiltinFromExtInst(static_cast<SPIRVExtInst *>(BV), BB)); in transValueWithoutDecoration()
2344 SPIRVToLLVM::transOCLBuiltinFromExtInst(SPIRVExtInst *BC, BasicBlock *BB) { in transOCLBuiltinFromExtInst()