Home
last modified time | relevance | path

Searched defs:Exts (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp115 static bool isProfitableToInterleave(SmallSetVector<Instruction *, 4> &Exts, in isProfitableToInterleave()
168 SmallSetVector<Instruction *, 4> Exts; in tryInterleave() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVISAInfo.h91 RISCVISAUtils::OrderedExtensionMap Exts; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp109 const char *Exts[] = {kOCLMD::UsedExt, kOCLMD::UsedOptCoreFeat, in unifyMetadataImpl() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp430 SmallVector<StringRef, 1> Exts; in parseTargetAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.h47 const ExtensionList Exts; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4464 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther()
4474 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther()
4643 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt()
4691 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther()
6085 TypePromotionTransaction &TPT, const SmallVectorImpl<Instruction *> &Exts, in tryToPromoteExts()
6613 SmallVector<Instruction *, 1> Exts; in optimizeExt() local
6698 SmallVector<Instruction *, 1> Exts; in performAddressTypePromotion() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp438 const RISCVISAUtils::OrderedExtensionMap &Exts) { in createFromExtMap()