Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
71 static bool classof(const IntrinsicInst *I) { in classof() function
81 static bool classof(const Value *V) { in classof() function
82 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
123 static bool classof(const IntrinsicInst *I) { in classof() function
132 static bool classof(const Value *V) { in classof() function
133 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
145 static bool classof(const IntrinsicInst *I) { in classof() function
[all …]
DOperator.h56 static bool classof(const Instruction *) { return true; } in classof() function
57 static bool classof(const ConstantExpr *) { return true; } in classof() function
58 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.h148 static bool classof(const Instruction *I) { in classof() function
151 static bool classof(const Value *V) { in classof() function
152 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
306 static bool classof(const Instruction *I) { in classof() function
309 static bool classof(const Value *V) { in classof() function
310 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
440 static bool classof(const Instruction *I) { in classof() function
443 static bool classof(const Value *V) { in classof() function
444 return isa<Instruction>(V) && classof(cast<Instruction>(V)); in classof()
517 static bool classof(const Instruction *I) {
[all …]
DDiagnosticInfo.h169 static bool classof(const DiagnosticInfo *DI) { in classof() function
209 static bool classof(const DiagnosticInfo *DI) { in classof() function
226 static bool classof(const DiagnosticInfo *DI) { in classof() function
254 static bool classof(const DiagnosticInfo *DI) { in classof() function
276 static bool classof(const DiagnosticInfo *DI) { in classof() function
300 static bool classof(const DiagnosticInfo *DI) { in classof() function
330 static bool classof(const DiagnosticInfo *DI) { in classof() function
479 static bool classof(const DiagnosticInfo *DI) { in classof() function
661 static bool classof(const DiagnosticInfo *DI) { in classof() function
693 static bool classof(const DiagnosticInfo *DI) { in classof() function
[all …]
DStatepoint.h318 static bool classof(const IntrinsicInst *I) { in classof() function
323 static bool classof(const Value *V) { in classof() function
324 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
362 static bool classof(const IntrinsicInst *I) { in classof() function
366 static bool classof(const Value *V) { in classof() function
367 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
395 static bool classof(const IntrinsicInst *I) { in classof() function
399 static bool classof(const Value *V) { in classof() function
400 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
DConstants.h73 static bool classof(const Value *V) { in classof() function
255 static bool classof(const Value *V) { in classof() function
332 static bool classof(const Value *V) { in classof() function
373 static bool classof(const Value *V) { in classof() function
398 static bool classof(const Value *V) { in classof() function
437 static bool classof(const Value *V) {
491 static bool classof(const Value *V) {
531 static bool classof(const Value *V) {
560 static bool classof(const Value *V) {
675 static bool classof(const Value *V) {
[all …]
DDerivedTypes.h97 static bool classof(const Type *T) { in classof() function
147 static bool classof(const Type *T) { in classof() function
211 static bool classof(const Type *T) { in classof() function
357 static bool classof(const Type *T) { in classof() function
402 static bool classof(const Type *T) { in classof() function
422 static bool classof(const Type *T) { in classof() function
561 static bool classof(const Type *T) { in classof() function
610 static bool classof(const Type *T) { in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
100 static bool classof(const IntrinsicInst *I) { in classof() function
107 static bool classof(const Value *V) { in classof() function
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
194 static bool classof(const IntrinsicInst *I) { in classof() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFragment.h107 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } in classof() function
129 static bool classof(const MCFragment *F) { in classof() function
219 static bool classof(const MCFragment *F) { in classof() function
234 static bool classof(const MCFragment *F) { in classof() function
250 static bool classof(const MCFragment *F) { in classof() function
272 static bool classof(const MCFragment *F) { in classof() function
313 static bool classof(const MCFragment *F) { in classof() function
340 static bool classof(const MCFragment *F) { in classof() function
367 static bool classof(const MCFragment *F) { in classof() function
396 static bool classof(const MCFragment *F) { in classof() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h189 static bool classof(const Section *S) { in classof() function
200 static bool classof(const Section *S) { in classof() function
215 static bool classof(const Section *S) { in classof() function
226 static bool classof(const Section *S) { in classof() function
241 static bool classof(const Section *S) { in classof() function
254 static bool classof(const Section *S) { in classof() function
265 static bool classof(const Section *S) { in classof() function
275 static bool classof(const Section *S) { in classof() function
285 static bool classof(const Section *S) { in classof() function
295 static bool classof(const Section *S) { in classof() function
[all …]
DELFYAML.h180 static bool classof(const Chunk *S) { return S->Kind != ChunkKind::Fill; } in classof() function
215 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() function
225 static bool classof(const Chunk *S) { in classof() function
240 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof() function
250 static bool classof(const Chunk *S) { in classof() function
260 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::NoBits; } in classof() function
270 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Note; } in classof() function
281 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Hash; } in classof() function
314 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof() function
337 static bool classof(const Chunk *S) { in classof() function
[all …]
DMinidumpYAML.h69 static bool classof(const Stream *S) { return S->Kind == EntryT::Kind; } in classof() function
121 static bool classof(const Stream *S) { in classof() function
141 static bool classof(const Stream *S) { in classof() function
156 static bool classof(const Stream *S) { in classof() function
176 static bool classof(const Stream *S) { in classof() function
192 static bool classof(const Stream *S) { in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h97 static bool classof(const Record *R) { in classof() function
128 static bool classof(const Record *R) { in classof() function
153 static bool classof(const Record *R) { in classof() function
179 static bool classof(const Record *R) { in classof() function
201 static bool classof(const Record *R) { in classof() function
230 static bool classof(const Record *R) { in classof() function
257 static bool classof(const Record *R) { in classof() function
286 static bool classof(const Record *R) { in classof() function
308 static bool classof(const Record *R) { in classof() function
331 static bool classof(const Record *R) { in classof() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h62 static bool classof(const SCEV *S) { in classof() function
88 static bool classof(const SCEV *S) { in classof() function
105 static bool classof(const SCEV *S) { in classof() function
120 static bool classof(const SCEV *S) { in classof() function
135 static bool classof(const SCEV *S) { in classof() function
192 static bool classof(const SCEV *S) { in classof() function
209 static bool classof(const SCEV *S) { in classof() function
238 static bool classof(const SCEV *S) { in classof() function
253 static bool classof(const SCEV *S) { in classof() function
283 static bool classof(const SCEV *S) { in classof() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.h303 static bool classof(const Inst *Instr) { return Instr->getKind() == Alloca; } in classof() function
341 static bool classof(const Inst *Instr) { in classof() function
369 static bool classof(const Inst *Instr) { return Instr->getKind() == Assign; } in classof() function
410 static bool classof(const Inst *Instr) { return Instr->getKind() == Br; } in classof() function
451 static bool classof(const Inst *Instr) { return Instr->getKind() == Call; } in classof() function
494 static bool classof(const Inst *Instr) { return Instr->getKind() == Cast; } in classof() function
517 static bool classof(const Inst *Instr) { in classof() function
549 static bool classof(const Inst *Instr) { return Instr->getKind() == Fcmp; } in classof() function
582 static bool classof(const Inst *Instr) { return Instr->getKind() == Icmp; } in classof() function
606 static bool classof(const Inst *Instr) { in classof() function
[all …]
DIceInstARM32.h140 static bool classof(const Operand *Operand) { in classof() function
178 static bool classof(const Operand *Operand) { in classof() function
203 static bool classof(const Operand *Operand) { in classof() function
227 static bool classof(const Operand *Operand) { in classof() function
263 static bool classof(const Operand *Operand) { in classof() function
293 static bool classof(const Operand *Operand) { in classof() function
319 static bool classof(const Operand *Operand) { in classof() function
353 static bool classof(const Operand *Operand) { in classof() function
577 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof() function
618 static bool classof(const Inst *Instr) { return isClassof(Instr, K); } in classof() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h91 static inline bool classof(const Type *T) { in classof() function
140 static inline bool classof(const Type *T) { in classof() function
172 static inline bool classof(const Type *T) { in classof() function
296 static inline bool classof(const Type *T) { in classof() function
339 static inline bool classof(const Type *T) { in classof() function
359 static inline bool classof(const Type *T) { in classof() function
433 static inline bool classof(const Type *T) { in classof() function
474 static inline bool classof(const Type *T) { in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1280 static bool classof(const SDNode *N) {
1392 static bool classof(const SDNode *N) {
1454 static bool classof(const SDNode *N) {
1489 static bool classof(const SDNode *N) {
1559 static bool classof(const SDNode *N) {
1591 static bool classof(const SDNode *N) {
1646 static bool classof(const SDNode *N) {
1731 static bool classof(const SDNode *N) {
1752 static bool classof(const SDNode *N) {
1784 static bool classof(const SDNode *N) {
[all …]
DMachineOptimizationRemarkEmitter.h44 static bool classof(const DiagnosticInfo *DI) { in classof() function
69 static bool classof(const DiagnosticInfo *DI) { in classof() function
95 static bool classof(const DiagnosticInfo *DI) { in classof() function
121 static bool classof(const DiagnosticInfo *DI) { in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h106 static bool classof(const RecTy *RT) { in classof() function
124 static bool classof(const RecTy *RT) { in classof() function
146 static bool classof(const RecTy *RT) { in classof() function
164 static bool classof(const RecTy *RT) { in classof() function
182 static bool classof(const RecTy *RT) { in classof() function
203 static bool classof(const RecTy *RT) { in classof() function
224 static bool classof(const RecTy *RT) { in classof() function
253 static bool classof(const RecTy *RT) { in classof() function
436 static bool classof(const Init *I) { in classof() function
464 static bool classof(const Init *I) { in classof() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h192 static bool classof(const ConstantExpr *CE) { in classof() function
195 static bool classof(const Value *V) { in classof() function
196 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)); in classof()
224 static bool classof(const ConstantExpr *CE) { in classof() function
227 static bool classof(const Value *V) { in classof() function
228 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)); in classof()
257 static bool classof(const ConstantExpr *CE) { in classof() function
260 static bool classof(const Value *V) { in classof() function
261 return isa<ConstantExpr>(V) && classof(cast<ConstantExpr>(V)); in classof()
286 static bool classof(const ConstantExpr *CE) { in classof() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h156 static bool classof(const Expression *EB) { in classof() function
275 static bool classof(const Expression *EB) { in classof() function
309 static bool classof(const Expression *EB) { in classof() function
345 static bool classof(const Expression *EB) { in classof() function
387 static bool classof(const Expression *EB) { in classof() function
429 static bool classof(const Expression *EB) { in classof() function
514 static bool classof(const Expression *EB) { in classof() function
544 static bool classof(const Expression *E) { in classof() function
559 static bool classof(const Expression *EB) { in classof() function
596 static bool classof(const Expression *EB) { in classof() function
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h118 static bool classof(const PredicateBase *PB) { in classof() function
138 static bool classof(const PredicateBase *PB) { in classof() function
151 static bool classof(const PredicateBase *PB) { in classof() function
171 static bool classof(const PredicateBase *PB) { in classof() function
187 static bool classof(const PredicateBase *PB) { in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h198 static bool classof(const Node *N) { return N->getType() == NK_Null; } in classof() function
230 static bool classof(const Node *N) { in classof() function
264 static bool classof(const Node *N) { in classof() function
308 static bool classof(const Node *N) { in classof() function
431 static bool classof(const Node *N) { in classof() function
488 static bool classof(const Node *N) { in classof() function
514 static bool classof(const Node *N) { return N->getType() == NK_Alias; } in classof() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h185 static inline bool classof(const Node *N) { return N->getType() == NK_Null; } in classof() function
217 static inline bool classof(const Node *N) { in classof() function
251 static inline bool classof(const Node *N) { in classof() function
294 static inline bool classof(const Node *N) { in classof() function
416 static inline bool classof(const Node *N) { in classof() function
474 static inline bool classof(const Node *N) { in classof() function
500 static inline bool classof(const Node *N) { return N->getType() == NK_Alias; } in classof() function

123456