Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h164 bool hasSExtAttr() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp886 if (!Arg->hasZExtAttr() && !Arg->hasSExtAttr()) in TryToPromote()
H A DCodeGenPrepare.cpp7451 if (Arg->hasSExtAttr()) in optimizeSwitchType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp312 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp312 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()
4589 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()