Searched defs:Exts (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h52 CObjectVector<CArcExtInfo> Exts; member in struct:CArcInfoEx
63 if (Exts.IsEmpty())
65 return Exts[0].Ext;
69 for (int i = 0; i < Exts.Size(); i++)
70 if (ext.CompareNoCase(Exts[i].Ext) == 0)
77 for (int i = 0; i < Exts.Size(); i++)
81 s += Exts[i].Ext;
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp186 const SmallVectorImpl<Instruction *> &Exts,
2253 /// Newly added extensions are inserted in \p Exts.
2260 SmallVectorImpl<Instruction *> *Exts,
2268 /// Newly added extensions are inserted in \p Exts.
2276 SmallVectorImpl<Instruction *> *Exts,
2284 SmallVectorImpl<Instruction *> *Exts,
2287 Exts, Truncs, TLI, true);
2294 SmallVectorImpl<Instruction *> *Exts,
2297 Exts, Truncs, TLI, false);
2305 SmallVectorImpl<Instruction *> *Exts,
2281 signExtendOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) argument
2291 zeroExtendOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) argument
2422 promoteOperandForTruncAndAnyExt( llvm::Instruction *SExt, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) argument
2470 promoteOperandForOther( Instruction *Ext, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, SmallVectorImpl<Instruction *> *Exts, SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, bool IsSExt) argument
3576 ExtLdPromotion(TypePromotionTransaction &TPT, LoadInst *&LI, Instruction *&Inst, const SmallVectorImpl<Instruction *> &Exts, unsigned CreatedInstsCost = 0) argument
3655 SmallVector<Instruction *, 1> Exts; local
[all...]

Completed in 291 milliseconds