Searched defs:Exts (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 115 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 D | RISCVISAInfo.h | 91 RISCVISAUtils::OrderedExtensionMap Exts; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyMetadata.cpp | 109 const char *Exts[] = {kOCLMD::UsedExt, kOCLMD::UsedOptCoreFeat, in unifyMetadataImpl() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | RISCV.cpp | 430 SmallVector<StringRef, 1> Exts; in parseTargetAttr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.h | 47 const ExtensionList Exts; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 4464 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 D | RISCVISAInfo.cpp | 438 const RISCVISAUtils::OrderedExtensionMap &Exts) { in createFromExtMap()
|