HomeSort by relevance Sort by last modified time
    Searched defs:OCLTypeToSPIRV (Results 1 - 2 of 2) sorted by null

  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.h 1 //===- OCLTypeToSPIRV.h - Adapt types from OCL for SPIRV --------*- C++ -*-===//
53 class OCLTypeToSPIRV: public ModulePass {
55 OCLTypeToSPIRV();
OCLTypeToSPIRV.cpp 1 //===- OCLTypeToSPIRV.cpp - Adapt types from OCL for SPIRV ------*- C++ -*-===//
43 #include "OCLTypeToSPIRV.h"
61 char OCLTypeToSPIRV::ID = 0;
63 OCLTypeToSPIRV::OCLTypeToSPIRV()
69 OCLTypeToSPIRV::getAnalysisUsage(AnalysisUsage& AU) const {
74 OCLTypeToSPIRV::runOnModule(Module& Module) {
75 DEBUG(dbgs() << "Enter OCLTypeToSPIRV:\n");
98 OCLTypeToSPIRV::addAdaptedType(Value *V, Type *T) {
106 OCLTypeToSPIRV::addWork(Function *F)
    [all...]

Completed in 84 milliseconds