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.h95 assert((Triple.isSPIR() || Triple.isSPIRV()) && in BaseSPIRTargetInfo()
109 if (!HostTriple.isSPIR() && !HostTriple.isSPIRV() && in BaseSPIRTargetInfo()
235 assert(Triple.isSPIR() && "Invalid architecture for SPIR."); in SPIRTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h831 bool isSPIR() const { in isSPIR() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1486 if (TI.getTriple().isSPIR() || TI.getTriple().isSPIRV()) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp5348 (T.isSPIR() || (T.isSPIRV() && !T.isSPIRVLogical()))) && in UpgradeDataLayoutString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1278 if (getTriple().isSPIR()) { in Release()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5092 if (Triple.isSPIR() || Triple.isSPIRV()) in ConstructJob()