/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | shaintrin.h | 50 #define _mm_sha1rnds4_epu32(V1, V2, M) \ argument
|
H A D | avxintrin.h | 1233 _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 D | smmintrin.h | 384 #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 D | avx2intrin.h | 603 #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 D | EquivalenceClasses.h | 238 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 D | BitTracker.cpp | 441 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 D | IntervalPartition.h | 60 unsigned V2 = ID2 >= BlockOrder.size() ? 0 : BlockOrder[ID2]; in operator() local
|
H A D | ThreadSafetyTraverse.h | 348 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 D | BasicValueFactory.cpp | 247 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 D | error_test.cpp | 38 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 D | BasicAliasAnalysis.cpp | 1049 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 D | AliasAnalysisEvaluator.cpp | 89 const Value *V1, const Value *V2, in PrintLoadStoreResults() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringMap.cpp | 188 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); RemoveKey() local
|
H A D | FileUtilities.cpp | 90 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 210 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 D | ConstantFold.cpp | 336 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 D | Mips16ISelDAGToDAG.cpp | 75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(MF); in initGlobalBaseReg() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 105 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector() argument
|
H A D | ConstantFolder.h | 167 auto *C2 = dyn_cast<Constant>(V2); in FoldShuffleVector() argument
|
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/ |
H A D | v_math.h |
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 107 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector() argument
|
H A D | TargetFolder.h | 178 auto *C2 = dyn_cast<Constant>(V2); in FoldShuffleVector() argument
|
/freebsd-src/contrib/arm-optimized-routines/pl/math/ |
H A D | v_math.h |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 270 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 D | COFFModuleDefinition.cpp | 338 StringRef V1, V2; parseVersion() local
|