Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DSPIR.h85 assert((Triple.isSPIR() || Triple.isSPIRV()) && in BaseSPIRTargetInfo()
181 assert(Triple.isSPIR() && "Invalid architecture for SPIR."); in SPIRTargetInfo()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h752 bool isSPIR() const { in isSPIR() function
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp1292 if (TI.getTriple().isSPIR() || TI.getTriple().isSPIRV()) in InitializePredefinedMacros()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp856 if (getTriple().isSPIR()) { in Release()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp4659 if (Triple.isSPIR() || Triple.isSPIRV()) in ConstructJob()