HomeSort by relevance Sort by last modified time
    Searched defs:Vals (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CodeGen/
2003-06-22-UnionCrash.c 7 } Vals;
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 37 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.vectorize.width"),
40 Args.push_back(MDNode::get(Ctx, Vals));
45 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.interleave.count"),
48 Args.push_back(MDNode::get(Ctx, Vals));
53 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"),
56 Args.push_back(MDNode::get(Ctx, Vals));
61 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.vectorize.enable"),
65 Args.push_back(MDNode::get(Ctx, Vals));
77 Metadata *Vals[] = {MDString::get(Ctx, Name)};
78 Args.push_back(MDNode::get(Ctx, Vals));
    [all...]
  /external/llvm/include/llvm/Support/
Format.h 80 std::tuple<Ts...> Vals;
86 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
88 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
93 format_object(const char *fmt, const Ts &... vals)
94 : format_object_base(fmt), Vals(vals...) {}
111 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) {
112 return format_object<Ts...>(Fmt, Vals...);
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 183 const std::vector<RecordVal> &Vals = R->getValues();
192 for (unsigned i = 0, e = Vals.size(); i != e; ++i) {
194 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx))
203 for (unsigned i = 0, e = Vals.size(); i != e; ++i) {
206 if (Vals[i].getPrefix() || Vals[i].getValue()->isComplete())
209 AddCodeToMergeInOperand(R, BI, Vals[i].getName(), NumberedOp,
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 182 template<typename T> class Vals {};
183 template<> class Vals<int> { public: static const int i = 1; };
184 template<> class Vals<float> { public: static const double i; };
186 __asm("addl $1, %0" : "=r" (o) : "0"(Vals<T>::i)); // expected-error {{input with type 'double' matching output with type 'float'}}
  /external/lzma/C/
7z.h 78 UInt32 *Vals;
84 // UInt64 *Vals;
85 CNtfsFileTime *Vals;
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 96 CRecordVector<UInt32> Vals;
101 Vals.ClearAndSetSize(newSize);
107 Vals.Clear();
113 Vals.ReserveDown();
122 CRecordVector<UInt64> Vals;
127 Vals.Clear();
133 Vals.ReserveDown();
140 value = Vals[index];
  /external/llvm/unittests/IR/
ConstantsTest.cpp 400 Constant *Vals[] = {ConstantInt::get(T, 0), ConstantInt::get(T, 1)};
401 Constant *CDV = ConstantArray::get(ArrayTy, Vals);
409 Constant *Vals[] = {ConstantFP::get(T, 0), ConstantFP::get(T, 1)};
410 Constant *CDV = ConstantArray::get(ArrayTy, Vals);
422 Constant *Vals[] = {ConstantInt::get(T, 0), ConstantInt::get(T, 1)};
423 Constant *CDV = ConstantVector::get(Vals);
430 Constant *Vals[] = {ConstantFP::get(T, 0), ConstantFP::get(T, 1)};
431 Constant *CDV = ConstantVector::get(Vals);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 127 SmallVector<SDValue, 8> Vals;
129 Vals.push_back(DAG.getNode(
135 for (unsigned e = Vals.size(); e - Slot > 2; Slot += 2, e += 1) {
138 SDValue LHS = Vals[Slot];
139 SDValue RHS = Vals[Slot + 1];
144 Vals.push_back(DAG.getNode(ISD::BUILD_PAIR, dl,
150 Lo = Vals[Slot++];
151 Hi = Vals[Slot++];
LegalizeVectorOps.cpp 502 SmallVector<SDValue, 8> Vals;
614 Vals.push_back(Lo);
630 Vals.push_back(ScalarLoad.getValue(0));
637 Op.getNode()->getValueType(0), Vals);
    [all...]
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 385 AvailableValsTy Vals;
386 Vals.push_back(std::make_pair(BB, NewReg));
387 SSAUpdateVals.insert(std::make_pair(OrigReg, Vals));
    [all...]
RegisterCoalescer.cpp 512 LiveInterval::iterator ValS =
514 if (ValS == IntB.end())
520 LIS->getInstructionFromIndex(ValS->end.getPrevSlot());
524 // Okay, we now know that ValS ends in the same block that the CopyMI
527 if (ValS+1 != BS) return false;
531 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start;
538 // [ValS.end, BS.begin) of either value number, then we merge the
543 if (BValNo != ValS->valno)
544 IntB.MergeValueNumberInto(BValNo, ValS->valno);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 522 std::vector<Init*> Vals;
526 Vals.push_back(getElement(Elements[i]));
528 return ListInit::get(Vals, getType());
    [all...]
TGParser.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 122 SmallVector<unsigned, 64> Vals;
128 Vals.push_back(Str[i]);
132 Stream.EmitRecord(Code, Vals, AbbrevToUse);
466 SmallVector<unsigned, 64> Vals;
473 Vals.push_back(VE.getTypeID(GV.getType()));
474 Vals.push_back(GV.isConstant());
475 Vals.push_back(GV.isDeclaration() ? 0 :
477 Vals.push_back(getEncodedLinkage(GV));
478 Vals.push_back(Log2_32(GV.getAlignment())+1);
479 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0)
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 145 SmallVector<unsigned, 64> Vals;
151 Vals.push_back(Str[i]);
155 Stream.EmitRecord(Code, Vals, AbbrevToUse);
464 SmallVector<unsigned, 64> Vals;
471 Vals.push_back(VE.getTypeID(GV.getType()));
472 Vals.push_back(GV.isConstant());
473 Vals.push_back(GV.isDeclaration() ? 0 :
475 Vals.push_back(getEncodedLinkage(GV));
476 Vals.push_back(Log2_32(GV.getAlignment())+1);
477 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0)
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 145 SmallVector<unsigned, 64> Vals;
151 Vals.push_back(Str[i]);
155 Stream.EmitRecord(Code, Vals, AbbrevToUse);
477 SmallVector<unsigned, 64> Vals;
484 Vals.push_back(VE.getTypeID(GV.getType()));
485 Vals.push_back(GV.isConstant());
486 Vals.push_back(GV.isDeclaration() ? 0 :
488 Vals.push_back(getEncodedLinkage(GV));
489 Vals.push_back(Log2_32(GV.getAlignment())+1);
490 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 150 SmallVector<unsigned, 64> Vals;
156 Vals.push_back(Str[i]);
160 Stream.EmitRecord(Code, Vals, AbbrevToUse);
573 SmallVector<uint16_t, 64> Vals;
576 Vals.push_back(getEncodedComdatSelectionKind(*C));
579 Vals.push_back(Size);
581 Vals.push_back((unsigned char)Chr);
582 Stream.EmitRecord(bitc::MODULE_CODE_COMDAT, Vals, /*AbbrevToUse=*/0);
583 Vals.clear();
608 uint64_t Vals[] = {bitc::MODULE_CODE_VSTOFFSET, 0}
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 376 SmallVector<ConstantInt *, 8> Vals; /// Set of integers to match in switch
401 /// populates the array Vals with the set of values that match (or do not
431 Vals.push_back(C);
432 Vals.push_back(ConstantInt::get(C->getContext(),
444 Vals.push_back(C);
477 Vals.push_back(ConstantInt::get(I->getContext(), Tmp));
486 /// the value being compared, and stick the list constants into the Vals
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1422 milliseconds