/external/swiftshader/third_party/LLVM/include/llvm/ |
Constants.h | 770 static Constant *getSelect(Constant *C, Constant *V1, Constant *V2); [all...] |
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Constants.cpp | [all...] |
Verifier.cpp | 330 const Value *V1 = 0, const Value *V2 = 0, 334 WriteValue(V2); 371 #define Assert2(C, M, V1, V2) \ 372 do { if (!(C)) { CheckFailed(M, V1, V2); return; } } while (0) 373 #define Assert3(C, M, V1, V2, V3) \ 374 do { if (!(C)) { CheckFailed(M, V1, V2, V3); return; } } while (0) 375 #define Assert4(C, M, V1, V2, V3, V4) \ 376 do { if (!(C)) { CheckFailed(M, V1, V2, V3, V4); return; } } while (0) [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CertInfo.java | 92 // X509.v2 & v3 extensions 309 // optional v2, v3 extras 699 "Extensions not allowed in v2 certificate"); 915 if (version.compare(CertificateVersion.V2) < 0) { 932 if (version.compare(CertificateVersion.V2) < 0) { [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 414 {"V2", "V2"}, 777 {"V2", "V2"},
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
inst.go | 129 V2
|
/prebuilts/go/darwin-x86/src/math/big/ |
arith_amd64.s | 103 JL V2 // if n < 0 goto V2 126 V2: ADDQ $4, DI // n += 4
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 414 {"V2", "V2"}, 777 {"V2", "V2"},
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
inst.go | 129 V2
|
/prebuilts/go/linux-x86/src/math/big/ |
arith_amd64.s | 103 JL V2 // if n < 0 goto V2 126 V2: ADDQ $4, DI // n += 4
|
/external/clang/lib/Driver/ |
ToolChains.h | 504 unsigned V2 = 0) const { 506 return TargetVersion < VersionTuple(V0, V1, V2); 509 bool isMacosxVersionLT(unsigned V0, unsigned V1 = 0, unsigned V2 = 0) const { 511 return TargetVersion < VersionTuple(V0, V1, V2); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | [all...] |
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 312 __declspec(property(set)) int V2; // expected-error {{putter for property must be specified as 'put', not 'set'}} expected-error {{expected '=' after 'set'}}
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 102 SystemZ::V0, SystemZ::V1, SystemZ::V2, SystemZ::V3,
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | [all...] |
InstCombineShifts.cpp | 417 Value *V1, *V2; 483 m_And(m_OneUse(m_Shr(m_Value(V1), m_Value(V2))), 484 m_ConstantInt(CC))) && V2 == Op1) { [all...] |
InstCombineAndOrXor.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 405 Value *V1, *V2; 464 m_And(m_Shr(m_Value(V1), m_Value(V2)), 465 m_ConstantInt(CC))) && V2 == Op1 &&
|
/external/webp/src/dsp/ |
lossless_sse2.c | 34 const __m128i V2 = _mm_sub_epi16(V1, C2); 35 const __m128i b = _mm_packus_epi16(V2, V2);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonBitSimplify.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 512 std::vector<std::pair<ConstantInt*, BasicBlock*> > *V1 = &C1, *V2 = &C2; 514 // Make V1 be smaller than V2. 515 if (V1->size() > V2->size()) 516 std::swap(V1, V2); 520 // Just scan V2. 522 for (unsigned i = 0, e = V2->size(); i != e; ++i) 523 if (TheVal == (*V2)[i].first) 529 array_pod_sort(V2->begin(), V2->end()); 530 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size() [all...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
encode_test.go | 198 V2 ValText 207 V2: 15, 210 const want = `{"R0":"ref","R1":"ref","R2":"\"ref\"","R3":"\"ref\"","V0":"val","V1":"val","V2":"\"val\"","V3":"\"val\""}`
|
/prebuilts/go/linux-x86/src/encoding/json/ |
encode_test.go | 198 V2 ValText 207 V2: 15, 210 const want = `{"R0":"ref","R1":"ref","R2":"\"ref\"","R3":"\"ref\"","V0":"val","V1":"val","V2":"\"val\"","V3":"\"val\""}`
|