/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | EquivalenceClasses.h | 217 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() 243 bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const { in isEquivalent()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | shaintrin.h | 20 #define _mm_sha1rnds4_epu32(V1, V2, M) \ argument
|
H A D | avxintrin.h | 1219 #define _mm256_permute2f128_pd(V1, V2, M) \ argument 1260 #define _mm256_permute2f128_ps(V1, V2, M) \ argument 1300 #define _mm256_permute2f128_si256(V1, V2, M) \ argument 1329 #define _mm256_blend_pd(V1, V2, M) \ argument 1357 #define _mm256_blend_ps(V1, V2, M) \ argument 1455 #define _mm256_dp_ps(V1, V2, M) \ argument 4594 #define _mm256_insertf128_ps(V1, V2, M) \ argument 4632 #define _mm256_insertf128_pd(V1, V2, M) \ argument 4670 #define _mm256_insertf128_si256(V1, V2, M) \ argument
|
H A D | smmintrin.h | 378 #define _mm_blend_pd(V1, V2, M) \ argument 406 #define _mm_blend_ps(V1, V2, M) \ argument 515 #define _mm_blend_epi16(V1, V2, M) \ argument
|
H A D | avx2intrin.h | 151 #define _mm256_blend_epi16(V1, V2, M) \ argument 745 #define _mm_blend_epi32(V1, V2, M) \ argument 749 #define _mm256_blend_epi32(V1, V2, M) \ argument 820 #define _mm256_permute2x128_si256(V1, V2, M) \ argument 826 #define _mm256_inserti128_si256(V1, V2, M) \ argument
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | xxhash.cpp | 81 uint64_t V2 = Seed + PRIME64_2; in xxHash64() local
|
H A D | StringMap.cpp | 177 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey() local
|
H A D | FileUtilities.cpp | 92 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 45 const Value *V2, const Module *M) { in PrintResults() 80 const Value *V1, const Value *V2, in PrintLoadStoreResults()
|
H A D | BasicAliasAnalysis.cpp | 1020 const Value *V2, LocationSize V2Size, in aliasGEP() 1260 const Value *V2, LocationSize V2Size, in aliasSelect() 1294 const Value *V2, LocationSize V2Size, in aliasPHI() 1437 const Value *V2, LocationSize V2Size, in aliasCheck() 1601 const Value *V2, LocationSize V2Size, in aliasCheckRecursive() 1654 const Value *V2) { in isValueEqualInPotentialCycles()
|
H A D | DemandedBits.cpp | 99 [&](unsigned BitWidth, const Value *V1, const Value *V2) { in determineLiveOperandBits()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 251 const llvm::APSInt& V1, const llvm::APSInt& V2) { in evalAPSInt() 370 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) argument 148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ argument
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 144 #define DPRINT2(FMT, V1, V2) (fprintf(logfile, FMT, V1, V2), fflush(logfile)) argument 148 #define DPRINT2(FMT, V1, V2) ((void) 0) /* Do nothing */ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 208 bool ControlConditions::isEquivalent(const Value &V1, const Value &V2) { in isEquivalent() 212 bool ControlConditions::isInverse(const Value &V1, const Value &V2) { in isInverse()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16ISelDAGToDAG.cpp | 75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(MF); in initGlobalBaseReg() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 258 Register V2 = MI.getOperand(2).getReg(); in matchTRN() local 279 Register V2 = MI.getOperand(2).getReg(); in matchUZP() local 295 Register V2 = MI.getOperand(2).getReg(); in matchZip() local 385 Register V2 = MI.getOperand(2).getReg(); in matchEXT() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 770 Constant *V1, Constant *V2) { in ConstantFoldSelectInstruction() 960 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2, in ConstantFoldShuffleVectorInstruction() 1614 static FCmpInst::Predicate evaluateFCmpRelation(Constant *V1, Constant *V2) { in evaluateFCmpRelation() 1703 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, in evaluateICmpRelation() 2042 const APInt &V2 = cast<ConstantInt>(C2)->getValue(); in ConstantFoldCompareInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/IRTransforms/ |
H A D | SimplifyCFG.cpp | 49 enum TutorialVersion { V1, V2, V3 }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 342 StringRef V1, V2; in parseVersion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 123 V2 = 2, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGValue.h | 49 llvm::PointerIntPair<llvm::Value *, 1, bool> V2; variable 93 static RValue getComplex(llvm::Value *V1, llvm::Value *V2) { in getComplex()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 3902 SDValue V2) { in getMOVL() 6310 static SDValue concatSubVectors(SDValue V1, SDValue V2, SelectionDAG &DAG, in concatSubVectors() 6453 SDValue V1, SDValue V2) { in getUnpackl() 6461 SDValue V1, SDValue V2) { in getUnpackh() 6471 static SDValue getShuffleVectorZeroOrUndef(SDValue V2, int Idx, in getShuffleVectorZeroOrUndef() 7290 SDValue V1, SDValue V2, in computeZeroableShuffleElements() 7385 SDValue V2 = IsUnary ? V1 : Ops[1]; in getTargetShuffleAndZeroables() local 8309 SDValue V2 = Elt.getOperand(0); in LowerBuildVectorv4x32() local 10576 SDValue V2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, in LowerBUILD_VECTOR() local 11099 SDValue V2 = SDValue()) { in isShuffleEquivalent() [all …]
|