Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp292 static Constant *rebuildExtCst(const Constant *C, bool IsSExt, in rebuildExtCst() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h30 unsigned IsSExt : 1; ///< Sign extended member
H A DMachineFrameInfo.h554 void setObjectSExt(int ObjectIdx, bool IsSExt) { in setObjectSExt() argument
H A DTargetLowering.h301 bool IsSExt : 1; global() variable
4698 bool IsSExt : 1; global() member
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4378 addPromotedInst(InstrToOrigTy & PromotedInsts,Instruction * ExtOpnd,bool IsSExt) addPromotedInst() argument
4400 getOrigType(const InstrToOrigTy & PromotedInsts,Instruction * Opnd,bool IsSExt) getOrigType() argument
4508 canGetThrough(const Instruction * Inst,Type * ConsideredExtType,const InstrToOrigTy & PromotedInsts,bool IsSExt) canGetThrough() argument
4614 bool IsSExt = isa<SExtInst>(Ext); getAction() local
4693 promoteOperandForOther(Instruction * Ext,TypePromotionTransaction & TPT,InstrToOrigTy & PromotedInsts,unsigned & CreatedInstsCost,SmallVectorImpl<Instruction * > * Exts,SmallVectorImpl<Instruction * > * Truncs,const TargetLowering & TLI,bool IsSExt) promoteOperandForOther() argument
6034 bool IsSExt = isa<SExtInst>(FirstUser); hasSameExtUse() local
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5259 bool IsSExt = definedBySignExtendingOp(Reg, MRI); isSignOrZeroExtended() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6719 bool IsSExt = ExtI->getOpcode() == Instruction::SExt; foldICmpUsingBoolRange() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5355 bool IsSExt = isa<GIndexedSExtLoad>(ExtLd); selectIndexedExtLoad() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17881 bool IsSExt = ExtendOpcode == ISD::SIGN_EXTEND || performBuildShuffleExtendCombine() local
[all...]