Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h30 unsigned IsSExt : 1; ///< Sign extended member
H A DMachineFrameInfo.h572 void setObjectSExt(int ObjectIdx, bool IsSExt) { in setObjectSExt()
H A DTargetLowering.h290 bool IsSExt : 1; variable
4341 bool IsSExt : 1; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4141 Instruction *ExtOpnd, bool IsSExt) { in addPromotedInst()
4163 Instruction *Opnd, bool IsSExt) { in getOrigType()
4271 bool IsSExt) { in canGetThrough()
4377 bool IsSExt = isa<SExtInst>(Ext); in getAction() local
4456 bool IsSExt) { in promoteOperandForOther()
5777 bool IsSExt = isa<SExtInst>(FirstUser); in hasSameExtUse() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5373 bool IsSExt = definedBySignExtendingOp(Reg, MRI); in isSignOrZeroExtended() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15444 bool IsSExt = ExtendOpcode == ISD::SIGN_EXTEND || in performBuildShuffleExtendCombine() local