HomeSort by relevance Sort by last modified time
    Searched refs:getTypeID (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 136 TypeID getTypeID() const { return ID; }
139 bool isVoidTy() const { return getTypeID() == VoidTyID; }
142 bool isHalfTy() const { return getTypeID() == HalfTyID; }
145 bool isFloatTy() const { return getTypeID() == FloatTyID; }
148 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
151 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
154 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
157 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
161 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
DerivedTypes.h 92 return T->getTypeID() == IntegerTyID;
141 return T->getTypeID() == FunctionTyID;
173 return T->getTypeID() == ArrayTyID ||
174 T->getTypeID() == StructTyID ||
175 T->getTypeID() == VectorTyID;
297 return T->getTypeID() == StructTyID;
340 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID;
360 return T->getTypeID() == ArrayTyID;
434 return T->getTypeID() == VectorTyID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 136 TypeID getTypeID() const { return ID; }
139 bool isVoidTy() const { return getTypeID() == VoidTyID; }
142 bool isHalfTy() const { return getTypeID() == HalfTyID; }
145 bool isFloatTy() const { return getTypeID() == FloatTyID; }
148 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
151 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
154 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
157 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
161 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
DerivedTypes.h 92 return T->getTypeID() == IntegerTyID;
141 return T->getTypeID() == FunctionTyID;
173 return T->getTypeID() == ArrayTyID ||
174 T->getTypeID() == StructTyID ||
175 T->getTypeID() == VectorTyID;
297 return T->getTypeID() == StructTyID;
340 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID;
360 return T->getTypeID() == ArrayTyID;
434 return T->getTypeID() == VectorTyID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
DerivedTypes.h 93 return T->getTypeID() == IntegerTyID;
143 return T->getTypeID() == FunctionTyID;
175 return T->getTypeID() == ArrayTyID ||
176 T->getTypeID() == StructTyID ||
177 T->getTypeID() == VectorTyID;
321 return T->getTypeID() == StructTyID;
364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID;
384 return T->getTypeID() == ArrayTyID;
458 return T->getTypeID() == VectorTyID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
DerivedTypes.h 93 return T->getTypeID() == IntegerTyID;
143 return T->getTypeID() == FunctionTyID;
175 return T->getTypeID() == ArrayTyID ||
176 T->getTypeID() == StructTyID ||
177 T->getTypeID() == VectorTyID;
321 return T->getTypeID() == StructTyID;
364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID;
384 return T->getTypeID() == ArrayTyID;
458 return T->getTypeID() == VectorTyID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
DerivedTypes.h 93 return T->getTypeID() == IntegerTyID;
143 return T->getTypeID() == FunctionTyID;
175 return T->getTypeID() == ArrayTyID ||
176 T->getTypeID() == StructTyID ||
177 T->getTypeID() == VectorTyID;
321 return T->getTypeID() == StructTyID;
364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID;
384 return T->getTypeID() == ArrayTyID;
458 return T->getTypeID() == VectorTyID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
DerivedTypes.h 93 return T->getTypeID() == IntegerTyID;
143 return T->getTypeID() == FunctionTyID;
175 return T->getTypeID() == ArrayTyID ||
176 T->getTypeID() == StructTyID ||
177 T->getTypeID() == VectorTyID;
321 return T->getTypeID() == StructTyID;
364 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID;
384 return T->getTypeID() == ArrayTyID;
458 return T->getTypeID() == VectorTyID
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 136 TypeID getTypeID() const { return ID; }
139 bool isVoidTy() const { return getTypeID() == VoidTyID; }
142 bool isHalfTy() const { return getTypeID() == HalfTyID; }
145 bool isFloatTy() const { return getTypeID() == FloatTyID; }
148 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
151 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
154 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
157 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
161 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Type.h 138 TypeID getTypeID() const { return ID; }
141 bool isVoidTy() const { return getTypeID() == VoidTyID; }
144 bool isHalfTy() const { return getTypeID() == HalfTyID; }
147 bool isFloatTy() const { return getTypeID() == FloatTyID; }
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 134 TypeID getTypeID() const { return ID; }
137 bool isVoidTy() const { return getTypeID() == VoidTyID; }
140 bool isHalfTy() const { return getTypeID() == HalfTyID; }
143 bool isFloatTy() const { return getTypeID() == FloatTyID; }
146 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
149 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
152 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
155 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
159 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
DerivedTypes.h 89 return T->getTypeID() == IntegerTyID;
137 return T->getTypeID() == FunctionTyID;
169 return T->getTypeID() == ArrayTyID ||
170 T->getTypeID() == StructTyID ||
171 T->getTypeID() == PointerTyID ||
172 T->getTypeID() == VectorTyID;
292 return T->getTypeID() == StructTyID;
331 return T->getTypeID() == ArrayTyID ||
332 T->getTypeID() == PointerTyID ||
333 T->getTypeID() == VectorTyID
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 89 return T->getTypeID() == IntegerTyID;
138 return T->getTypeID() == FunctionTyID;
161 return T->getTypeID() == ArrayTyID ||
162 T->getTypeID() == StructTyID ||
163 T->getTypeID() == PointerTyID ||
164 T->getTypeID() == VectorTyID;
293 return T->getTypeID() == StructTyID;
323 return T->getTypeID() == ArrayTyID ||
324 T->getTypeID() == PointerTyID ||
325 T->getTypeID() == VectorTyID
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
IItemMetadata.java 27 int getTypeID ();

Completed in 832 milliseconds

1 2 3 4 5 6 7