Home
last modified time | relevance | path

Searched defs:V2 (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dshaintrin.h50 #define _mm_sha1rnds4_epu32(V1, V2, M) \ argument
H A Davxintrin.h1233 _mm256_permute2f128_pd(V1,V2,M) global() argument
1274 _mm256_permute2f128_ps(V1,V2,M) global() argument
1314 _mm256_permute2f128_si256(V1,V2,M) global() argument
1343 _mm256_blend_pd(V1,V2,M) global() argument
1371 _mm256_blend_ps(V1,V2,M) global() argument
1469 _mm256_dp_ps(V1,V2,M) global() argument
4656 _mm256_insertf128_ps(V1,V2,M) global() argument
4694 _mm256_insertf128_pd(V1,V2,M) global() argument
4732 _mm256_insertf128_si256(V1,V2,M) global() argument
[all...]
H A Dsmmintrin.h384 #define _mm_blend_pd(V1, V2, M) \ argument
412 #define _mm_blend_ps(V1, V2, M) \ argument
521 _mm_blend_epi16(V1,V2,M) global() argument
[all...]
H A Davx2intrin.h603 #define _mm256_blend_epi16(V1, V2, M) \ argument
3111 #define _mm_blend_epi32(V1, V2, M) \ argument
3148 #define _mm256_blend_epi32(V1, V2, M) \ argument
3439 #define _mm256_permute2x128_si256(V1, V2, M) \ argument
3482 #define _mm256_inserti128_si256(V1, V2, M) \ argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h238 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets()
264 bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const { in isEquivalent()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp441 const BitValue &V2 = A2[I]; in eADD() local
450 const BitValue &V2 = A2[I]; in eADD() local
474 const BitValue &V2 = A2[I]; in eSUB() local
483 const BitValue &V2 = A2[I]; in eSUB() local
555 const BitValue &V2 = A2[i]; in eAND() local
577 const BitValue &V2 = A2[i]; in eORL() local
599 const BitValue &V2 = A2[i]; in eXOR() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h60 unsigned V2 = ID2 >= BlockOrder.size() ? 0 : BlockOrder[ID2]; in operator() local
H A DThreadSafetyTraverse.h348 void enterScope(const Variable *V1, const Variable *V2) {} in enterScope()
351 bool compareVariableRefs(const Variable *V1, const Variable *V2) { in compareVariableRefs()
386 void enterScope(const Variable* V1, const Variable* V2) {} in enterScope()
389 bool compareVariableRefs(const Variable* V1, const Variable* V2) { in compareVariableRefs()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp247 const llvm::APSInt& V1, const llvm::APSInt& V2) { in evalAPSInt()
357 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp38 CustomSubError(int V1, std::string V2) in CustomSubError()
46 std::string V2; member in __anone27bf3820111::CustomSubError
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1049 aliasGEP(const GEPOperator * GEP1,LocationSize V1Size,const Value * V2,LocationSize V2Size,const Value * UnderlyingV1,const Value * UnderlyingV2,AAQueryInfo & AAQI) aliasGEP() argument
1311 aliasSelect(const SelectInst * SI,LocationSize SISize,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI) aliasSelect() argument
1345 aliasPHI(const PHINode * PN,LocationSize PNSize,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI) aliasPHI() argument
1463 aliasCheck(const Value * V1,LocationSize V1Size,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI,const Instruction * CtxI) aliasCheck() argument
1671 aliasCheckRecursive(const Value * V1,LocationSize V1Size,const Value * V2,LocationSize V2Size,AAQueryInfo & AAQI,const Value * O1,const Value * O2) aliasCheckRecursive() argument
1726 isValueEqualInPotentialCycles(const Value * V,const Value * V2,const AAQueryInfo & AAQI) isValueEqualInPotentialCycles() argument
[all...]
H A DAliasAnalysisEvaluator.cpp89 const Value *V1, const Value *V2, in PrintLoadStoreResults() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp188 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); RemoveKey() local
H A DFileUtilities.cpp90 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp210 bool ControlConditions::isEquivalent(const Value &V1, const Value &V2) { in isEquivalent() argument
214 bool ControlConditions::isInverse(const Value &V1, const Value &V2) { in isInverse() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp336 ConstantFoldSelectInstruction(Constant * Cond,Constant * V1,Constant * V2) ConstantFoldSelectInstruction() argument
519 ConstantFoldShuffleVectorInstruction(Constant * V1,Constant * V2,ArrayRef<int> Mask) ConstantFoldShuffleVectorInstruction() argument
1099 evaluateICmpRelation(Constant * V1,Constant * V2) evaluateICmpRelation() argument
1274 const APInt &V2 = cast<ConstantInt>(C2)->getValue(); ConstantFoldCompareInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(MF); in initGlobalBaseReg() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h105 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector() argument
H A DConstantFolder.h167 auto *C2 = dyn_cast<Constant>(V2); in FoldShuffleVector() argument
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_math.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h107 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector() argument
H A DTargetFolder.h178 auto *C2 = dyn_cast<Constant>(V2); in FoldShuffleVector() argument
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_math.h
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp270 Register V2 = MI.getOperand(2).getReg(); matchTRN() local
291 Register V2 = MI.getOperand(2).getReg(); matchUZP() local
307 Register V2 = MI.getOperand(2).getReg(); matchZip() local
421 Register V2 = MI.getOperand(2).getReg(); matchEXT() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp338 StringRef V1, V2; parseVersion() local

1234