Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h80 bool isNoExt() const { return IsNoExt; } in isNoExt() function
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h350 bool isNoExt() const { in isNoExt() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2286 if (AI.getKind() == ABIArgInfo::Extend && !AI.isNoExt()) in DetermineNoUndef()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp11158 !Flags.isSExt() && !Flags.isZExt() && !Flags.isNoExt()) in verifyNarrowIntegerArgs()