Searched defs:IsSExt (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h30 unsigned IsSExt : 1; ///< Sign extended member in struct:llvm::ISD::ArgFlagsTy
H A DMachineFrameInfo.h517 void setObjectSExt(int ObjectIdx, bool IsSExt) { argument
H A DTargetLowering.h3605 bool IsSExt : 1; member in struct:llvm::TargetLoweringBase::TargetLowering::MakeLibCallOptions
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3701 addPromotedInst(InstrToOrigTy &PromotedInsts, Instruction *ExtOpnd, bool IsSExt) argument
3724 getOrigType(const InstrToOrigTy &PromotedInsts, Instruction *Opnd, bool IsSExt) argument
3831 canGetThrough(const Instruction *Inst, Type *ConsideredExtType, const InstrToOrigTy &PromotedInsts, bool IsSExt) argument
3940 bool IsSExt = isa<SExtInst>(Ext); local
4014 promoteOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, bool IsSExt) argument
5177 bool IsSExt = isa<SExtInst>(FirstUser); local
[all...]

Completed in 106 milliseconds