HomeSort by relevance Sort by last modified time
    Searched defs:NumInputs (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/lib/IR/
InlineAsm.cpp 255 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0;
261 if ((NumInputs-NumIndirect) != 0 || NumClobbers != 0)
271 ++NumInputs;
293 if (Ty->getNumParams() != NumInputs) return false;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 253 unsigned NumOutputs = 0, NumInputs = 0, NumClobbers = 0;
259 if ((NumInputs-NumIndirect) != 0 || NumClobbers != 0)
269 ++NumInputs;
291 if (Ty->getNumParams() != NumInputs) return false;
  /external/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
Stmt.h     [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 551 /*NumOutputs*/ 0, /*NumInputs*/ 0,
608 unsigned NumInputs;
614 NumInputs, OpExprs, Constraints, Clobbers,
627 unsigned NumExprs = NumOutputs + NumInputs;
646 NumOutputs, NumInputs, ConstraintRefs,
734 /*NumOutputs*/ 0, /*NumInputs*/ 0, nullptr,
769 unsigned NumInputs = Names.size() - NumOutputs;
794 AsmLoc, false, isVolatile, NumOutputs, NumInputs, Names.data(),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTVector.h 181 size_type NumInputs = std::distance(in_start, in_end);
183 if (NumInputs == 0)
187 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
188 this->grow(C, this->size()+NumInputs);
194 this->setEnd(this->end() + NumInputs);
199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) {
201 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
202 this->grow(C, this->size()+NumInputs);
205 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
206 this->setEnd(this->end() + NumInputs);
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 390 size_type NumInputs = std::distance(in_start, in_end);
392 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
393 this->grow(this->size()+NumInputs);
397 this->setEnd(this->end() + NumInputs);
401 void append(size_type NumInputs, const T &Elt) {
403 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
404 this->grow(this->size()+NumInputs);
407 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
408 this->setEnd(this->end() + NumInputs);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 66 unsigned int NumInputs;
259 if (input >= s->NumInputs)
278 s->Temporary[i].Index = i + s->NumInputs;
559 for (i = 0; i < s->NumInputs; i++) {
570 node_count + s->NumInputs);
600 for (i = 0, input_node = 0; i< s->NumInputs; i++) {
762 s.NumInputs = rc_get_max_index(cc, RC_FILE_INPUT) + 1;
764 s.NumInputs * sizeof(struct register_info));
765 memset(s.Input, 0, s.NumInputs * sizeof(struct register_info));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 350 size_type NumInputs = std::distance(in_start, in_end);
352 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
353 this->grow(this->size()+NumInputs);
359 this->setEnd(this->end() + NumInputs);
364 void append(size_type NumInputs, const T &Elt) {
366 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
367 this->grow(this->size()+NumInputs);
370 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
371 this->setEnd(this->end() + NumInputs);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallVector.h 393 size_type NumInputs = std::distance(in_start, in_end);
395 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
396 this->grow(this->size()+NumInputs);
400 this->setEnd(this->end() + NumInputs);
404 void append(size_type NumInputs, const T &Elt) {
406 if (NumInputs > size_type(this->capacity_ptr()-this->end()))
407 this->grow(this->size()+NumInputs);
410 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
411 this->setEnd(this->end() + NumInputs);

Completed in 539 milliseconds

1 2