Searched refs:Values (Results 176 - 186 of 186) sorted by relevance

12345678

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1007 llvm::Constant *Values[2] = { Zero, Zero }; local
1008 return llvm::ConstantStruct::getAnon(Values);
H A DCGBuiltin.cpp16810 SmallVector<Value *, 10> Values = {Dst};
16817 Values.push_back(Builder.CreateBitCast(V, ParamType));
16819 Values.push_back(Ldm);
16820 Value *Result = Builder.CreateCall(Intrinsic, Values);
16872 SmallVector<Value *, 24> Values;
16882 Values.push_back(Builder.CreateBitCast(V, AType));
16892 Values.push_back(Builder.CreateBitCast(V, BType));
16903 Values.push_back(Builder.CreateBitCast(V, CType));
16905 Value *Result = Builder.CreateCall(Intrinsic, Values);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5404 /// If all values in Values that *don't* match the predicate are same 'splat'
5409 turnVectorIntoSplatVector(MutableArrayRef<SDValue> Values, argument
5414 auto SplatValue = llvm::find_if_not(Values, Predicate);
5415 if (SplatValue != Values.end()) {
5416 // Does Values consist only of SplatValue's and values matching Predicate?
5417 if (llvm::all_of(Values, [Predicate, SplatValue](SDValue Value) {
5429 std::replace_if(Values.begin(), Values.end(), Predicate, Replacement);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp627 /// ExternallyUsedValues. Values in this MapVector can be replaced but the
1035 std::array<std::pair<Value *, int>, 2> Values = {{LHS, RHS}}; local
1036 for (int Idx = 0, IdxE = Values.size(); Idx != IdxE; ++Idx) {
1037 Value *V = Values[Idx].first;
1989 /// Values used only by @llvm.assume calls.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp461 // For example, with NumBits == 4, we permit Values from [-7 .. 15].
2380 for (RecordVal &Value : Values) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5788 static SDValue getConstVector(ArrayRef<int> Values, MVT VT, SelectionDAG &DAG,
5804 bool IsUndef = Values[i] < 0 && IsMask;
5806 DAG.getConstant(Values[i], dl, EltVT);
10321 SmallSet<SDValue, 8> Values;
10329 Values.insert(Elt);
10500 if (Values.size() == 1) {
10533 if (Subtarget.hasAVX2() && EVTBits == 32 && Values.size() == 2) {
10639 assert(Values.size() > 1 && "Expected non-undef and non-splat vector");
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli770 (** {6 Values} *)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp18744 SDValue Values[2] = {Div, Rem}; local
18745 return DAG.getNode(ISD::MERGE_VALUES, dl, DAG.getVTList(VT, VT), Values);
/netbsd-current/external/gpl2/xcvs/dist/
H A Dconfigure1522 `bison -y'. Values other than `bison -y' will most likely break
9463 /* Values we'll use to set the TZ environment variable. */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dconfigure1672 Values are opt, noopt, default is noopt
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dconfigure1688 Values are opt, noopt, default is noopt

Completed in 734 milliseconds

12345678