Searched defs:IsSExt (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 292 static Constant *rebuildExtCst(const Constant *C, bool IsSExt, in rebuildExtCst() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 30 unsigned IsSExt : 1; ///< Sign extended member
|
H A D | MachineFrameInfo.h | 554 void setObjectSExt(int ObjectIdx, bool IsSExt) { in setObjectSExt() argument
|
H A D | TargetLowering.h | 301 bool IsSExt : 1; global() variable 4698 bool IsSExt : 1; global() member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4378 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 D | PPCInstrInfo.cpp | 5259 bool IsSExt = definedBySignExtendingOp(Reg, MRI); isSignOrZeroExtended() local [all...] |
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 6719 bool IsSExt = ExtI->getOpcode() == Instruction::SExt; foldICmpUsingBoolRange() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 5355 bool IsSExt = isa<GIndexedSExtLoad>(ExtLd); selectIndexedExtLoad() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17881 bool IsSExt = ExtendOpcode == ISD::SIGN_EXTEND || performBuildShuffleExtendCombine() local [all...] |