Searched defs:Value1 (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Option/
H A DArg.cpp33 const char *Value1, const Arg *BaseArg)
37 Values.push_back(Value1);
32 Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, const char *Value1, const Arg *BaseArg) argument
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_select_main.cpp46 Ty Value1, Value2; local
49 setElement(Value1, j, Values[Index() % NumValues]);
52 Ty ResultLlc = select(Cond, Value1, Value2);
53 Ty ResultSz = Subzero_::select(Cond, Value1, Value2);
61 << ", Value1=" << vectAsString<T>(Value1)
82 v4f32 Value1, Value2; local
85 setElement(Value1, j, Values[Index() % NumValues]);
88 v4f32 ResultLlc = select(Cond, Value1, Value2);
89 v4f32 ResultSz = Subzero_::select(Cond, Value1, Value
112 Ty Value1, Value2; local
[all...]
H A Dtest_icmp_main.cpp76 TypeUnsigned Value1 = Values[i]; local
79 bool ResultSz = Funcs[f].FuncSz(Value1, Value2);
80 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2);
86 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1
101 TypeUnsigned Value1 = local
106 bool ResultSz = Funcs[f].FuncSz(Value1, Value2);
107 bool ResultLlc = Funcs[f].FuncLlc(Value1, Value2);
113 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1
235 TypeUnsigned Value1, Value2; local
237 setElement(Value1,
296 Ty Value1, Value2; local
323 Ty Value1, Value2; local
[all...]
H A Dtest_arith_main.cpp39 template <class T> bool inputsMayTriggerException(T Value1, T Value2) { argument
45 if (Value1 == std::numeric_limits<T>::min() && Value2 == -1)
95 TypeUnsigned Value1 = Values[i]; local
99 inputsMayTriggerException<TypeSigned>(Value1, Value2))
104 ResultSz = Funcs[f].FuncSzUnsigned(Value1, Value2);
105 ResultLlc = Funcs[f].FuncLlcUnsigned(Value1, Value2);
107 ResultSz = Funcs[f].FuncSzSigned(Value1, Value2);
108 ResultLlc = Funcs[f].FuncLlcSigned(Value1, Value2);
115 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1
130 TypeUnsigned Value1 local
206 TypeUnsigned Value1, Value2; local
269 Type Value1 = Values[i]; local
341 v4f32 Value1, Value2; local
[all...]
H A Dtest_sync_atomic_main.cpp78 Type Value1 = static_cast<Type>(Values[i]); local
84 *AtomicLoc = Value1;
87 *AtomicLoc = Value1;
96 << static_cast<uint64>(Value1) << ", "
123 Type Value1 = static_cast<Type>(Values[i]); local
129 *AtomicLoc = Value1;
131 Funcs[f].FuncSz(AtomicLoc, flip ? Value2 : Value1, Value2);
133 *AtomicLoc = Value1;
135 Funcs[f].FuncLlc(AtomicLoc, flip ? Value2 : Value1, Value2);
142 << "(" << static_cast<uint64>(Value1) << ", "
202 Type Value1 = static_cast<Type>(ValuesSubset[i]); local
[all...]
/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough.cpp210 Value1, Value2 enumerator in enum:Enum
219 case Value1:
/external/clang/test/Sema/
H A Dwarn-unreachable.c171 typedef enum { Value1 = 1 } MyEnum; enumerator in enum:__anon2973
174 case Value1:
207 return Value1; // expected-warning {{'return' will never be executed}}
338 return Value1; // no-warning
/external/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.cpp72 bool operator()(const KeyType &Value1, const KeyType &Value2) const { argument
73 return Value1 == Value2;
79 bool operator()(const KeyType &Value1, const KeyType &Value2) const { argument
80 return !memcmp(&Value1, &Value2, sizeof(KeyType));
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1962 bool JoinVals::valuesIdentical(VNInfo *Value0, VNInfo *Value1, argument
1967 if (Orig0 == Value1)
1972 std::tie(Orig1, Reg1) = Other.followCopyChain(Value1);
/external/clang/lib/Analysis/
H A DCFG.cpp733 const llvm::APSInt &Value1,
735 assert(Value1.isSigned() == Value2.isSigned());
740 return TryResult(Value1 == Value2);
742 return TryResult(Value1 != Value2);
744 return TryResult(Value1 < Value2);
746 return TryResult(Value1 <= Value2);
748 return TryResult(Value1 > Value2);
750 return TryResult(Value1 >= Value2);
808 // Value less than both Value1 and Value2
812 // Value between Value1 an
732 analyzeLogicOperatorCondition(BinaryOperatorKind Relation, const llvm::APSInt &Value1, const llvm::APSInt &Value2) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp13633 SDValue Value1 = StoredVal.getOperand(1); local
13642 SDValue Ch1 = DAG.getStore(St->getChain(), dl, Value1, Ptr1,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29190 SDValue Value1 = extract128BitVector(StoredVal, NumElems / 2, DAG, dl); local
[all...]

Completed in 499 milliseconds