Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h102 assert((Triple.isSPIR() || Triple.isSPIRV()) && in BaseSPIRTargetInfo()
116 if (!HostTriple.isSPIR() && !HostTriple.isSPIRV() && in BaseSPIRTargetInfo()
241 assert(Triple.isSPIR() && "Invalid architecture for SPIR."); in SPIRTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h880 bool isSPIR() const { in isSPIR() function
891 bool isSPIROrSPIRV() const { return isSPIR() || isSPIRV(); } in isSPIROrSPIRV()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1513 if (TI.getTriple().isSPIR() || TI.getTriple().isSPIRV()) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp5853 (T.isSPIR() || (T.isSPIRV() && !T.isSPIRVLogical()))) && in UpgradeDataLayoutString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1435 if (getTriple().isSPIR()) { in Release()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5112 if (Triple.isSPIR() || Triple.isSPIRV()) in ConstructJob()