HomeSort by: relevance | last modified time | path
    Searched defs:ValueType (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 143 MVT ValueType;
152 return ValueType;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 79 ValueType(Ty), Visibility(DefaultVisibility),
88 Type *ValueType;
273 Type *getValueType() const { return ValueType; }
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 331 enum ValueType {
351 ValueType Type;
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
algorithms.bench.cpp 17 enum class ValueType { Uint32, Uint64, Pair, Tuple, String };
18 struct AllValueTypes : EnumValuesAsTuple<AllValueTypes, ValueType, 5> {
26 V() == ValueType::Uint32, uint32_t,
28 V() == ValueType::Uint64, uint64_t,
30 V() == ValueType::Pair, std::pair<uint32_t, uint32_t>,
31 std::conditional_t<V() == ValueType::Tuple,
141 template <class ValueType>
142 std::vector<std::vector<Value<ValueType> > > makeOrderedValues(size_t N,
144 std::vector<std::vector<Value<ValueType> > > Ret;
168 template <class ValueType, class F
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 42 struct ValueType {
43 ValueType() { uval = 0; }
44 ValueType(int64_t V) : sval(V) {}
45 ValueType(uint64_t V) : uval(V) {}
46 ValueType(const char *V) : cstr(V) {}
60 ValueType Value; /// Contains all data for the form.
64 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 144 Type *ValueType = nullptr;
210 void setType(Type *T) { ValueType = T; }
211 Type *getType() const { return ValueType; }
223 return hash_combine(this->Expression::getHashValue(), ValueType,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
BitTracker.h 156 enum ValueType {
191 ValueType Type;
194 BitValue(ValueType T = Top) : Type(T) {}
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 159 llvm::Type *ValueType = Args[1]->getType();
164 return EmitFromInt(CGF, Result, T, ValueType);
219 llvm::Type *ValueType = Args[1]->getType();
230 Result = EmitFromInt(CGF, Result, T, ValueType);
261 llvm::Type *ValueType = Args[1]->getType();
275 ValueType);
7153 // ValueType is the type of the value that is to be written or read,
7158 llvm::Type *ValueType,
7180 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32);
7181 assert(!(RegisterType->isIntegerTy(32) && ValueType->isIntegerTy(64)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AMDGPUMetadata.h 95 enum class ValueType : uint8_t {
180 constexpr char ValueType[] = "ValueType";
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmWriterEmitter.cpp 784 typedef std::pair<CodeGenInstAlias, int> ValueType;
785 bool operator()(const ValueType &LHS, const ValueType &RHS) const {
  /src/external/gpl3/binutils/dist/gprofng/src/
enums.h 63 enum ValueType
  /src/external/gpl3/binutils.old/dist/gprofng/src/
enums.h 63 enum ValueType
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 153 struct ValueType {
174 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS)
180 inline static ValueType getValueType();
190 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) {
202 inline ValueType ValueType::getValueType<void>() {
203 return ValueType(BT_Void, ST_0, false, 0);
207 inline ValueType ValueType::getValueType<bool>()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 584 Type *ValueType = nullptr;
605 O << " ValueType: ";
606 PrintObj(PMV.ValueType);
624 /// incoming address, Addr, and ValueType, and constructs the address,
632 /// ValueType was loaded from Addr.
639 Type *ValueType, Value *Addr,
647 unsigned ValueSize = DL.getTypeStoreSize(ValueType);
649 PMV.ValueType = ValueType;
651 : ValueType;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 75 /// This represents a list of ValueType's that has been intern'd by
179 /// Return the ValueType of the referenced return value.
182 /// Return the simple ValueType of the referenced return value.
2203 EVT ValueType;
2206 : SDNode(ISD::VALUETYPE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2207 ValueType(VT) {}
2210 EVT getVT() const { return ValueType; }
2213 return N->getOpcode() == ISD::VALUETYPE;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 3277 typedef typename OptionalView::value_type ValueType;
3279 : value_matcher_(MatcherCast<ValueType>(value_matcher)) {}
3297 const ValueType& value = *optional;
3307 const Matcher<ValueType> value_matcher_;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 5573 Type *ValueType = Values.begin()->second->getType();
5580 assert(CaseRes->getType() == ValueType);
5593 assert(DefaultValue->getType() == ValueType);
5612 if (isa<IntegerType>(ValueType)) {
5648 if (WouldFitInRegister(DL, TableSize, ValueType)) {
5649 IntegerType *IT = cast<IntegerType>(ValueType);
5667 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize);
5676 Array->setAlignment(Align(DL.getPrefTypeAlignment(ValueType)));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 1192 QualType RebuildAtomicType(QualType ValueType, SourceLocation KWLoc);
1195 QualType RebuildPipeType(QualType ValueType, SourceLocation KWLoc,
6342 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc());
6343 if (ValueType.isNull())
6348 ValueType != TL.getValueLoc().getType()) {
6349 Result = getDerived().RebuildAtomicType(ValueType, TL.getKWLoc());
6365 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc());
6366 if (ValueType.isNull())
6370 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) {
6373 Result = getDerived().RebuildPipeType(ValueType, TL.getKWLoc(), isReadPipe)
    [all...]

Completed in 213 milliseconds