Home
last modified time | relevance | path

Searched refs:isABI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h63 static bool isABI(StringRef Name) { return getABIMap().contains(Name); } in isABI() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp353 bool isABI = (STI.getSmVersion() >= 20); in printReturnValStr() local
359 if (isABI) { in printReturnValStr()
1508 bool isABI = (STI.getSmVersion() >= 20); in emitFunctionParamList() local
1640 if (isABI) in emitFunctionParamList()
1652 if (isABI || isKernelFunc) { in emitFunctionParamList()
H A DNVPTXISelLowering.cpp1393 bool isABI = (STI.getSmVersion() >= 20); in getPrototype() local
1394 assert(isABI && "Non-ABI compilation is not supported"); in getPrototype()
1395 if (!isABI) in getPrototype()
1657 bool isABI = (STI.getSmVersion() >= 20); in LowerCall() local
1658 assert(isABI && "Non-ABI compilation is not supported"); in LowerCall()
1659 if (!isABI) in LowerCall()
3183 bool isABI = (STI.getSmVersion() >= 20); in LowerFormalArguments() local
3184 assert(isABI && "Non-ABI compilation is not supported"); in LowerFormalArguments()
3185 if (!isABI) in LowerFormalArguments()
3402 bool isABI = (STI.getSmVersion() >= 20); in LowerReturn() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4344 if (!TargetCXXABI::isABI(CXXABI)) { in ParseLangArgs()