Home
last modified time | relevance | path

Searched defs:IsSExt (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h30 unsigned IsSExt : 1; ///< Sign extended member
H A DMachineFrameInfo.h518 void setObjectSExt(int ObjectIdx, bool IsSExt) { in setObjectSExt()
H A DTargetLowering.h278 bool IsSExt : 1; variable
3866 bool IsSExt : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4023 bool IsSExt) { in addPromotedInst()
4046 bool IsSExt) { in getOrigType()
4154 bool IsSExt) { in canGetThrough()
4260 bool IsSExt = isa<SExtInst>(Ext); in getAction() local
4339 bool IsSExt) { in promoteOperandForOther()
5641 bool IsSExt = isa<SExtInst>(FirstUser); in hasSameExtUse() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12129 bool IsSExt = ExtendOpcode == ISD::SIGN_EXTEND || in performCommonVectorExtendCombine() local