Home
last modified time | relevance | path

Searched refs:classof (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h48 static inline bool classof(const IntrinsicInst *) { return true; } in classof() function
49 static inline bool classof(const CallInst *I) { in classof() function
54 static inline bool classof(const Value *V) { in classof() function
55 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof()
65 static inline bool classof(const DbgInfoIntrinsic *) { return true; } in classof() function
66 static inline bool classof(const IntrinsicInst *I) { in classof() function
74 static inline bool classof(const Value *V) { in classof() function
75 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
89 static inline bool classof(const DbgDeclareInst *) { return true; } in classof() function
90 static inline bool classof(const IntrinsicInst *I) { in classof() function
[all …]
DOperator.h59 static inline bool classof(const Operator *) { return true; } in classof() function
60 static inline bool classof(const Instruction *) { return true; } in classof() function
61 static inline bool classof(const ConstantExpr *) { return true; } in classof() function
62 static inline bool classof(const Value *V) { in classof() function
105 static inline bool classof(const OverflowingBinaryOperator *) { return true; } in classof() function
106 static inline bool classof(const Instruction *I) { in classof() function
112 static inline bool classof(const ConstantExpr *CE) { in classof() function
118 static inline bool classof(const Value *V) { in classof() function
119 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || in classof()
120 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V))); in classof()
[all …]
DInstructions.h113 static inline bool classof(const AllocaInst *) { return true; } in classof() function
114 static inline bool classof(const Instruction *I) { in classof() function
117 static inline bool classof(const Value *V) { in classof() function
118 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
233 static inline bool classof(const LoadInst *) { return true; } in classof() function
234 static inline bool classof(const Instruction *I) { in classof() function
237 static inline bool classof(const Value *V) { in classof() function
238 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
355 static inline bool classof(const StoreInst *) { return true; } in classof() function
356 static inline bool classof(const Instruction *I) { in classof() function
[all …]
DDerivedTypes.h87 static inline bool classof(const IntegerType *) { return true; } in classof() function
88 static inline bool classof(const Type *T) { in classof() function
136 static inline bool classof(const FunctionType *) { return true; } in classof() function
137 static inline bool classof(const Type *T) { in classof() function
159 static inline bool classof(const CompositeType *) { return true; } in classof() function
160 static inline bool classof(const Type *T) { in classof() function
291 static inline bool classof(const StructType *) { return true; } in classof() function
292 static inline bool classof(const Type *T) { in classof() function
321 static inline bool classof(const SequentialType *) { return true; } in classof() function
322 static inline bool classof(const Type *T) { in classof() function
[all …]
DInstrTypes.h76 static inline bool classof(const TerminatorInst *) { return true; } in classof() function
77 static inline bool classof(const Instruction *I) { in classof() function
80 static inline bool classof(const Value *V) { in classof() function
81 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
116 static inline bool classof(const UnaryInstruction *) { return true; } in classof() function
117 static inline bool classof(const Instruction *I) { in classof() function
124 static inline bool classof(const Value *V) { in classof() function
125 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
364 static inline bool classof(const BinaryOperator *) { return true; }
365 static inline bool classof(const Instruction *I) {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h56 static bool classof(const CallInst *I) { in classof() function
61 static bool classof(const Value *V) { in classof() function
62 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof()
102 static bool classof(const IntrinsicInst *I) { in classof() function
112 static bool classof(const Value *V) { in classof() function
113 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
125 static bool classof(const IntrinsicInst *I) { in classof() function
128 static bool classof(const Value *V) { in classof() function
129 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
141 static bool classof(const IntrinsicInst *I) { in classof() function
[all …]
DOperator.h57 static bool classof(const Instruction *) { return true; } in classof() function
58 static bool classof(const ConstantExpr *) { return true; } in classof() function
59 static bool classof(const Value *V) { in classof() function
100 static bool classof(const Instruction *I) { in classof() function
106 static bool classof(const ConstantExpr *CE) { in classof() function
112 static bool classof(const Value *V) { in classof() function
113 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || in classof()
114 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V))); in classof()
147 static bool classof(const ConstantExpr *CE) { in classof() function
150 static bool classof(const Instruction *I) { in classof() function
[all …]
DInstructions.h147 static bool classof(const Instruction *I) { in classof() function
150 static bool classof(const Value *V) { in classof() function
151 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
285 static bool classof(const Instruction *I) { in classof() function
288 static bool classof(const Value *V) { in classof() function
289 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
413 static bool classof(const Instruction *I) { in classof() function
416 static bool classof(const Value *V) { in classof() function
417 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
490 static bool classof(const Instruction *I) {
[all …]
/external/llvm/include/llvm/IR/
DIntrinsicInst.h48 static inline bool classof(const CallInst *I) { in classof() function
53 static inline bool classof(const Value *V) { in classof() function
54 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof()
67 static inline bool classof(const IntrinsicInst *I) { in classof() function
75 static inline bool classof(const Value *V) { in classof() function
76 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
99 static inline bool classof(const IntrinsicInst *I) { in classof() function
102 static inline bool classof(const Value *V) { in classof() function
103 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
132 static inline bool classof(const IntrinsicInst *I) { in classof() function
[all …]
DOperator.h64 static inline bool classof(const Instruction *) { return true; } in classof() function
65 static inline bool classof(const ConstantExpr *) { return true; } in classof() function
66 static inline bool classof(const Value *V) { in classof() function
106 static inline bool classof(const Instruction *I) { in classof() function
112 static inline bool classof(const ConstantExpr *CE) { in classof() function
118 static inline bool classof(const Value *V) { in classof() function
119 return (isa<Instruction>(V) && classof(cast<Instruction>(V))) || in classof()
120 (isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V))); in classof()
151 static inline bool classof(const ConstantExpr *CE) { in classof() function
154 static inline bool classof(const Instruction *I) { in classof() function
[all …]
DInstructions.h142 static inline bool classof(const Instruction *I) { in classof() function
145 static inline bool classof(const Value *V) { in classof() function
146 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
284 static inline bool classof(const Instruction *I) { in classof() function
287 static inline bool classof(const Value *V) { in classof() function
288 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
410 static inline bool classof(const Instruction *I) { in classof() function
413 static inline bool classof(const Value *V) { in classof() function
414 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
486 static inline bool classof(const Instruction *I) {
[all …]
DDiagnosticInfo.h157 static bool classof(const DiagnosticInfo *DI) { in classof() function
201 static bool classof(const DiagnosticInfo *DI) { in classof() function
219 static bool classof(const DiagnosticInfo *DI) { in classof() function
247 static bool classof(const DiagnosticInfo *DI) { in classof() function
269 static bool classof(const DiagnosticInfo *DI) { in classof() function
294 static bool classof(const DiagnosticInfo *DI) { in classof() function
324 static bool classof(const DiagnosticInfo *DI) { in classof() function
403 static bool classof(const DiagnosticInfo *DI) { in classof() function
434 static bool classof(const DiagnosticInfo *DI) { in classof() function
460 static bool classof(const DiagnosticInfo *DI) { in classof() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h61 static bool classof(const IntrinsicInst *I) { in classof() function
64 static bool classof(const Value *V) { in classof() function
65 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
73 static bool classof(const IntrinsicInst *I) { in classof() function
76 static bool classof(const Value *V) { in classof() function
77 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
178 static bool classof(const IntrinsicInst *I) { in classof() function
181 static bool classof(const Value *V) { in classof() function
182 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
190 static bool classof(const IntrinsicInst *I) { in classof() function
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpressions.h48 static inline bool classof(const SCEVConstant *S) { return true; } in classof() function
49 static inline bool classof(const SCEV *S) { in classof() function
70 static inline bool classof(const SCEVCastExpr *S) { return true; } in classof() function
71 static inline bool classof(const SCEV *S) { in classof() function
90 static inline bool classof(const SCEVTruncateExpr *S) { return true; } in classof() function
91 static inline bool classof(const SCEV *S) { in classof() function
108 static inline bool classof(const SCEVZeroExtendExpr *S) { return true; } in classof() function
109 static inline bool classof(const SCEV *S) { in classof() function
126 static inline bool classof(const SCEVSignExtendExpr *S) { return true; } in classof() function
127 static inline bool classof(const SCEV *S) { in classof() function
[all …]
/external/clang/include/clang/Driver/
DAction.h138 static bool classof(const Action *A) { in classof() function
154 static bool classof(const Action *A) { in classof() function
177 static bool classof(const Action *A) { in classof() function
191 static bool classof(const Action *A) { return A->getKind() == CudaHostClass; } in classof() function
201 static bool classof(const Action *A) { in classof() function
212 static bool classof(const Action *A) { in classof() function
222 static bool classof(const Action *A) { in classof() function
232 static bool classof(const Action *A) { in classof() function
242 static bool classof(const Action *A) { in classof() function
252 static bool classof(const Action *A) { in classof() function
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcher.h211 static inline bool classof(const Matcher *N) { in classof() function
236 static inline bool classof(const Matcher *N) { in classof() function
268 static inline bool classof(const Matcher *N) { in classof() function
284 static inline bool classof(const Matcher *N) { in classof() function
300 static inline bool classof(const Matcher *N) { in classof() function
318 static inline bool classof(const Matcher *N) { in classof() function
335 static inline bool classof(const Matcher *N) { in classof() function
355 static inline bool classof(const Matcher *N) { in classof() function
379 static inline bool classof(const Matcher *N) { in classof() function
402 static inline bool classof(const Matcher *N) { in classof() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcher.h211 static bool classof(const Matcher *N) { in classof() function
236 static bool classof(const Matcher *N) { in classof() function
268 static bool classof(const Matcher *N) { in classof() function
284 static bool classof(const Matcher *N) { in classof() function
300 static bool classof(const Matcher *N) { in classof() function
318 static bool classof(const Matcher *N) { in classof() function
335 static bool classof(const Matcher *N) { in classof() function
355 static bool classof(const Matcher *N) { in classof() function
379 static bool classof(const Matcher *N) { in classof() function
402 static bool classof(const Matcher *N) { in classof() function
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h661 static bool classof(const SDNode *) { return true; }
960 static bool classof(const MemSDNode *) { return true; }
961 static bool classof(const SDNode *N) {
1050 static bool classof(const AtomicSDNode *) { return true; }
1051 static bool classof(const SDNode *N) {
1082 static bool classof(const MemIntrinsicSDNode *) { return true; }
1083 static bool classof(const SDNode *N) {
1139 static bool classof(const ShuffleVectorSDNode *) { return true; }
1140 static bool classof(const SDNode *N) {
1163 static bool classof(const ConstantSDNode *) { return true; }
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h228 static bool classof(const DIEValue *) { return true; } in classof() function
270 static bool classof(const DIEInteger *) { return true; } in classof() function
271 static bool classof(const DIEValue *I) { return I->getType() == isInteger; } in classof() function
297 static bool classof(const DIEString *) { return true; } in classof() function
298 static bool classof(const DIEValue *S) { return S->getType() == isString; } in classof() function
326 static bool classof(const DIELabel *) { return true; } in classof() function
327 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } in classof() function
353 static bool classof(const DIEDelta *) { return true; } in classof() function
354 static bool classof(const DIEValue *D) { return D->getType() == isDelta; } in classof() function
383 static bool classof(const DIEEntry *) { return true; } in classof() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst152 is through a small static member function ``classof``. In order to have
180 + static bool classof(const Shape *S) {
191 + static bool classof(const Shape *S) {
196 The job of ``classof`` is to dynamically determine whether an object of
199 ``classof`` in ``Derived`` which will accept an object of type ``Base``.
212 check roughly like ``Circle::classof(S)``. For more information, see
213 :ref:`classof-contract`.
215 The argument to ``classof`` should always be an *ancestor* class because
218 ``Foo`` automatically has a ``classof`` like:
225 static bool classof(const T *,
[all …]
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst152 is through a small static member function ``classof``. In order to have
180 + static bool classof(const Shape *S) {
191 + static bool classof(const Shape *S) {
196 The job of ``classof`` is to dynamically determine whether an object of
199 ``classof`` in ``Derived`` which will accept an object of type ``Base``.
212 check roughly like ``Circle::classof(S)``. For more information, see
213 :ref:`classof-contract`.
215 The argument to ``classof`` should always be an *ancestor* class because
218 ``Foo`` automatically has a ``classof`` like:
225 static bool classof(const T *,
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h101 static inline bool classof(const Matcher *) { return true; } in classof() function
220 static inline bool classof(const Matcher *N) { in classof() function
246 static inline bool classof(const Matcher *N) { in classof() function
280 static inline bool classof(const Matcher *N) { in classof() function
299 static inline bool classof(const Matcher *N) { in classof() function
318 static inline bool classof(const Matcher *N) { in classof() function
339 static inline bool classof(const Matcher *N) { in classof() function
359 static inline bool classof(const Matcher *N) { in classof() function
382 static inline bool classof(const Matcher *N) { in classof() function
407 static inline bool classof(const Matcher *N) { in classof() function
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h184 assert(classof(this)); in MemSpaceRegion()
194 static bool classof(const MemRegion *R) { in classof() function
211 static bool classof(const MemRegion *R) { in classof() function
222 static bool classof(const MemRegion *R) { in classof() function
248 static bool classof(const MemRegion *R) { in classof() function
266 static bool classof(const MemRegion *R) { in classof() function
285 static bool classof(const MemRegion *R) { in classof() function
305 static bool classof(const MemRegion *R) { in classof() function
323 static bool classof(const MemRegion *R) { in classof() function
338 static bool classof(const MemRegion *R) { in classof() function
[all …]
/external/llvm/include/llvm/MC/
DMCFragment.h139 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; }
152 static bool classof(const MCFragment *F) {
213 static bool classof(const MCFragment *F) {
229 static bool classof(const MCFragment *F) {
245 static bool classof(const MCFragment *F) {
272 static bool classof(const MCFragment *F) {
320 static bool classof(const MCFragment *F) {
340 static bool classof(const MCFragment *F) {
366 static bool classof(const MCFragment *F) {
399 static bool classof(const MCFragment *F) {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFragment.h122 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } in classof() function
144 static bool classof(const MCFragment *F) { in classof() function
233 static bool classof(const MCFragment *F) { in classof() function
247 static bool classof(const MCFragment *F) { in classof() function
263 static bool classof(const MCFragment *F) { in classof() function
285 static bool classof(const MCFragment *F) { in classof() function
331 static bool classof(const MCFragment *F) { in classof() function
423 static bool classof(const MCFragment *F) { in classof() function
450 static bool classof(const MCFragment *F) { in classof() function
481 static bool classof(const MCFragment *F) { in classof() function
[all …]

12345678910>>...13