/freebsd/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 | 1242 #define _mm256_permute2f128_pd(V1, V2, M) \ argument 1283 #define _mm256_permute2f128_ps(V1, V2, M) \ argument 1323 #define _mm256_permute2f128_si256(V1, V2, M) \ argument 1352 #define _mm256_blend_pd(V1, V2, M) \ argument 1380 #define _mm256_blend_ps(V1, V2, M) \ argument 1478 #define _mm256_dp_ps(V1, V2, M) \ argument 4670 #define _mm256_insertf128_ps(V1, V2, M) \ argument 4708 #define _mm256_insertf128_pd(V1, V2, M) \ argument 4746 #define _mm256_insertf128_si256(V1, V2, M) \ argument
|
H A D | smmintrin.h | 384 #define _mm_blend_pd(V1, V2, M) \ argument 412 #define _mm_blend_ps(V1, V2, M) \ argument 521 #define _mm_blend_epi16(V1, V2, M) \ argument
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 465 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VREPLVEI() 507 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VSHUF4I() 570 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VPACKEV() 610 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VPACKOD() 651 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VILVH() 694 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VILVL() 734 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VPICKEV() 776 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VPICKOD() 806 MVT VT, SDValue V1, SDValue V2, in lowerVECTOR_SHUFFLE_VSHUF() 831 SDValue V1, SDValue V2, SelectionDAG &DAG) { in lower128BitShuffle() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 193 static bool areBothVScale(const Value *V1, const Value *V2) { in areBothVScale() 1081 const Value *V2, LocationSize V2Size, in aliasGEP() 1384 const Value *V2, LocationSize V2Size, in aliasSelect() 1418 const Value *V2, LocationSize V2Size, in aliasPHI() 1536 const Value *V2, LocationSize V2Size, in aliasCheck() 1764 const Value *V2, LocationSize V2Size, in aliasCheckRecursive() 1819 const Value *V2, in isValueEqualInPotentialCycles()
|
H A D | AliasAnalysisEvaluator.cpp | 89 const Value *V1, const Value *V2, in PrintLoadStoreResults()
|
H A D | DemandedBits.cpp | 67 [&](unsigned BitWidth, const Value *V1, const Value *V2) { in determineLiveOperandBits()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 268 Constant *V1, Constant *V2) { in ConstantFoldSelectInstruction() 451 Constant *llvm::ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2, in ConstantFoldShuffleVectorInstruction() 1016 static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2) { in evaluateICmpRelation() 1190 const APInt &V2 = cast<ConstantInt>(C2)->getValue(); in ConstantFoldCompareInstruction() local
|
/freebsd/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 __anon1f598db00111::CustomSubError
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 210 bool ControlConditions::isEquivalent(const Value &V1, const Value &V2) { in isEquivalent() 214 bool ControlConditions::isInverse(const Value &V1, const Value &V2) { in isInverse()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringMap.cpp | 195 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey() local
|
H A D | FileUtilities.cpp | 90 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 105 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector()
|
H A D | ConstantFolder.h | 164 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 107 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector()
|
H A D | TargetFolder.h | 175 Value *FoldShuffleVector(Value *V1, Value *V2, in FoldShuffleVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 204 Register V2 = MI.getOperand(2).getReg(); in matchTRN() local 225 Register V2 = MI.getOperand(2).getReg(); in matchUZP() local 241 Register V2 = MI.getOperand(2).getReg(); in matchZip() local 355 Register V2 = MI.getOperand(2).getReg(); in matchEXT() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 345 StringRef V1, V2; in parseVersion() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | v_math.h | 49 #define V2(X) \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 126 V2 = 2, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelDAGToDAG.cpp | 294 SDValue V2 = SDValue(CurDAG->getMachineNode(CSKY::FMFVRH_D, Dl, VT, V), 0); in selectBITCAST_TO_LOHI() local
|