/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InjectTLIMappings.cpp | 48 unsigned VF) { in mangleTLIName() 61 static Type *ToVectorTy(Type *Scalar, unsigned VF, bool isScalable = false) { in ToVectorTy() 72 static void addVariantDeclaration(CallInst &CI, const unsigned VF, in addVariantDeclaration() 121 for (unsigned VF = 2, WidestVF = TLI.getWidestVF(ScalarName); VF <= WidestVF; in addMappingsFromTLI() local
|
/external/clang/test/Layout/ |
D | ms-x86-member-pointers.cpp | 14 struct VF { char a; int (V::*mp)(); }; struct
|
/external/llvm-project/clang/test/Layout/ |
D | ms-x86-member-pointers.cpp | 14 struct VF { char a; int (V::*mp)(); }; argument
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 162 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 176 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 229 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 235 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 300 static Type *ToVectorTy(Type *Scalar, unsigned VF) { in ToVectorTy() 318 static bool hasIrregularType(Type *Ty, const DataLayout &DL, unsigned VF) { in hasIrregularType() 708 unsigned VF; member in llvm::InnerLoopVectorizer 1108 void setWideningDecision(Instruction *I, unsigned VF, InstWidening W, in setWideningDecision() 1116 void setWideningDecision(const InterleaveGroup<Instruction> *Grp, unsigned VF, in setWideningDecision() 1134 InstWidening getWideningDecision(Instruction *I, unsigned VF) { in getWideningDecision() 1151 unsigned getWideningCost(Instruction *I, unsigned VF) { in getWideningCost() 1162 bool isOptimizableIVTruncate(Instruction *I, unsigned VF) { in isOptimizableIVTruncate() 1192 void collectUniformsAndScalars(unsigned VF) { in collectUniformsAndScalars() 1472 unsigned VF) { in filterExtractingOperands() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 397 unsigned VF = Ty->getVectorNumElements(); in getArithmeticInstrCost() local 583 unsigned VF = SrcTy->getVectorNumElements(); in getVectorTruncCost() local 627 static Type *getCmpOpsType(const Instruction *I, unsigned VF = 1) { in getCmpOpsType() 657 unsigned VF = Dst->getVectorNumElements(); in getBoolVecToIntConversionCost() local 678 unsigned VF = Src->getVectorNumElements(); in getCastInstrCost() local 811 unsigned VF = ValTy->getVectorNumElements(); in getCmpSelInstrCost() local 1080 unsigned VF = NumElts / Factor; in getInterleavedMemoryOpCost() local 1130 FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InjectTLIMappings.cpp | 43 static void addVariantDeclaration(CallInst &CI, const unsigned VF, in addVariantDeclaration() 93 for (unsigned VF = 2, WidestVF = TLI.getWidestVF(ScalarName); VF <= WidestVF; in addMappingsFromTLI() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 154 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 168 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 304 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 310 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 155 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 169 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 320 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 326 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 369 static bool hasIrregularType(Type *Ty, const DataLayout &DL, ElementCount VF) { in hasIrregularType() 819 ElementCount VF; member in llvm::InnerLoopVectorizer 1125 static Value *createStepForVF(IRBuilder<> &B, Constant *Step, ElementCount VF) { in createStepForVF() 1371 void setWideningDecision(Instruction *I, ElementCount VF, InstWidening W, in setWideningDecision() 1380 ElementCount VF, InstWidening W, unsigned Cost) { in setWideningDecision() 1397 InstWidening getWideningDecision(Instruction *I, ElementCount VF) { in getWideningDecision() 1413 unsigned getWideningCost(Instruction *I, ElementCount VF) { in getWideningCost() 1424 bool isOptimizableIVTruncate(Instruction *I, ElementCount VF) { in isOptimizableIVTruncate() 1454 void collectUniformsAndScalars(ElementCount VF) { in collectUniformsAndScalars() 1771 ElementCount VF) { in filterExtractingOperands() [all …]
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 478 unsigned VF = VTy->getNumElements(); in getArithmeticInstrCost() local 616 unsigned VF = cast<FixedVectorType>(SrcTy)->getNumElements(); in getVectorTruncCost() local 660 static Type *getCmpOpsType(const Instruction *I, unsigned VF = 1) { in getCmpOpsType() 690 unsigned VF = DstVTy->getNumElements(); in getBoolVecToIntConversionCost() local 748 unsigned VF = SrcVecTy->getNumElements(); in getCastInstrCost() local 881 unsigned VF = cast<FixedVectorType>(ValTy)->getNumElements(); in getCmpSelInstrCost() local 1128 unsigned VF = NumElts / Factor; in getInterleavedMemoryOpCost() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 236 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor() 247 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor() 301 unsigned GCNTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() 469 FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost() 498 unsigned VF) { in getIntrinsicInstrCost() 926 unsigned R600TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VFABIDemangling.cpp | 71 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN() 317 unsigned VF; in tryDemangleForVFABI() local
|
D | VectorUtils.cpp | 639 llvm::createBitMaskForGaps(IRBuilder<> &Builder, unsigned VF, in createBitMaskForGaps() 659 unsigned ReplicationFactor, unsigned VF) { in createReplicatedMask() 668 Constant *llvm::createInterleaveMask(IRBuilder<> &Builder, unsigned VF, in createInterleaveMask() 679 unsigned Stride, unsigned VF) { in createStrideMask()
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 102 unsigned getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
|
/external/llvm-project/clang-tools-extra/unittests/include/common/ |
D | VirtualFileHelper.h | 43 VirtualFile VF = { FileName, Code }; in mapFile() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 102 unsigned HexagonTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() 124 ArrayRef<const Value*> Args, unsigned VF) { in getOperandsScalarizationOverhead() 134 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF) { in getIntrinsicInstrCost()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | VFABIDemangling.cpp | 71 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN() 343 unsigned VF; in tryDemangleForVFABI() local
|
D | VectorUtils.cpp | 753 llvm::createBitMaskForGaps(IRBuilderBase &Builder, unsigned VF, in createBitMaskForGaps() 773 llvm::createReplicatedMask(unsigned ReplicationFactor, unsigned VF) { in createReplicatedMask() 782 llvm::SmallVector<int, 16> llvm::createInterleaveMask(unsigned VF, in createInterleaveMask() 793 llvm::createStrideMask(unsigned Start, unsigned Stride, unsigned VF) { in createStrideMask() 1303 unsigned VF) { in mangleTLIVectorName()
|
/external/clang/test/CodeGenCXX/ |
D | apple-kext-indirect-call-2.cpp | 18 void B::VF() {} in VF() function in B
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | apple-kext-indirect-call-2.cpp | 18 void B::VF() {} in VF() function in B
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 291 unsigned GCNTTIImpl::getLoadVectorFactor(unsigned VF, unsigned LoadSize, in getLoadVectorFactor() 302 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, in getStoreVectorFactor() 422 unsigned GCNTTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() 699 unsigned VF = ICA.getVectorFactor().getFixedValue(); in getIntrinsicInstrCost() local 1173 unsigned R600TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 152 unsigned getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 70 unsigned X86TTIImpl::getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor() 1439 unsigned VF = SrcVTy->getVectorNumElements(); in getGSVectorCost() local 1506 unsigned VF = SrcVTy->getVectorNumElements(); in getGSScalarCost() local 1544 unsigned VF = SrcVTy->getVectorNumElements(); in getGatherScatterOpCost() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 164 unsigned getMaxInterleaveFactor(unsigned VF) { in getMaxInterleaveFactor()
|