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

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
10 // This file implements the ValueEnumerator class.
14 #include "ValueEnumerator.h"
29 /// ValueEnumerator - Enumerate module-level information.
30 ValueEnumerator::ValueEnumerator(const Module *M) {
111 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
117 void ValueEnumerator::setInstructionID(const Instruction *I) {
121 unsigned ValueEnumerator::getValueID(const Value *V) const {
136 ValueEnumerator &VE
    [all...]
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
36 class ValueEnumerator {
81 ValueEnumerator(const ValueEnumerator &); // DO NOT IMPLEMENT
82 void operator=(const ValueEnumerator &); // DO NOT IMPLEMENT
84 ValueEnumerator(const Module *M);
90 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
100 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
130 /// use these two methods to get its data into the ValueEnumerator!
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 1 //===-- Bitcode/Writer/ValueEnumerator.h - Number values --------*- C++ -*-===//
44 class ValueEnumerator {
137 ValueEnumerator(const ValueEnumerator &) = delete;
138 void operator=(const ValueEnumerator &) = delete;
140 ValueEnumerator(const Module &M, bool ShouldPreserveUseListOrder);
162 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
172 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
179 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
225 /// use these two methods to get its data into the ValueEnumerator!
    [all...]
ValueEnumerator.cpp 1 //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
10 // This file implements the ValueEnumerator class.
14 #include "ValueEnumerator.h"
73 // This needs to match the order used by ValueEnumerator::ValueEnumerator()
74 // and ValueEnumerator::incorporateFunction().
101 // than ValueEnumerator, and match the code in predictValueUseListOrderImpl()
120 // Here we need to match the union of ValueEnumerator::incorporateFunction()
290 ValueEnumerator::ValueEnumerator(const Module &M
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 1 //===- Bitcode/Writer/ValueEnumerator.h - Number values ---------*- C++ -*-===//
45 class ValueEnumerator {
143 ValueEnumerator(const Module &M, bool ShouldPreserveUseListOrder);
144 ValueEnumerator(const ValueEnumerator &) = delete;
145 ValueEnumerator &operator=(const ValueEnumerator &) = delete;
170 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
180 assert(I != AttributeListMap.end() && "Attribute not in ValueEnumerator!");
188 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
    [all...]
ValueEnumerator.cpp 1 //===- ValueEnumerator.cpp - Number values and types for bitcode writer ---===//
10 // This file implements the ValueEnumerator class.
14 #include "ValueEnumerator.h"
104 // This needs to match the order used by ValueEnumerator::ValueEnumerator()
105 // and ValueEnumerator::incorporateFunction().
132 // than ValueEnumerator, and match the code in predictValueUseListOrderImpl()
151 // Here we need to match the union of ValueEnumerator::incorporateFunction()
321 ValueEnumerator::ValueEnumerator(const Module &M
    [all...]

Completed in 440 milliseconds