HomeSort by relevance Sort by last modified time
    Searched refs:dyn_cast (Results 1001 - 1025 of 1820) sorted by null

<<41424344454647484950>>

  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 144 if (BitInit *bit = dyn_cast<BitInit>(bits.getBit(index)))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 158 if (BitInit *bit = dyn_cast<BitInit>(bits.getBit(index)))
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 146 if (const auto *Var = llvm::dyn_cast<Variable>(Opnd)) {
240 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpImm)) {
242 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpImm)) {
671 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpImm)) {
673 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpImm)) {
691 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) {
693 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) {
751 if (const auto *OpRel = llvm::dyn_cast<ConstantRelocatable>(OpOff)) {
753 } else if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(OpOff)) {
839 if (const auto *OpFCC = llvm::dyn_cast<OperandMIPS32FCC>(OpCc))
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 701 auto *MaskNode = dyn_cast<ConstantSDNode>(Op.getOperand(1).getNode());
763 auto *MaskNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode());
787 auto *MaskNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode());
811 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode());
849 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode());
876 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode());
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 183 if (const Instruction *I = dyn_cast<Instruction>(Obj)) {
191 } else if (const ConstantExpr *C = dyn_cast<ConstantExpr>(Obj)) {
196 if (auto *Ty = dyn_cast<PointerType>(Obj->getType()))
202 if (const GlobalValue *GV = dyn_cast<GlobalValue>(Obj)) {
237 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
244 if (const ConstantInt *CI = dyn_cast<ConstantInt>(Op)) {
296 if (const ConstantInt *CI = dyn_cast<ConstantInt>(RHS)) {
313 if (const ConstantInt *CI = dyn_cast<ConstantInt>(RHS)) {
366 if (const ICmpInst *ICmp = dyn_cast<ICmpInst>(V))
367 if (const ConstantInt *C = dyn_cast<ConstantInt>(ICmp->getOperand(1))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 324 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(FP))
329 if (Function *F = dyn_cast<Function>(FP))
504 if (Function *F = const_cast<Function*>(dyn_cast<Function>(GV)))
513 const_cast<GlobalVariable *>(dyn_cast<GlobalVariable>(GV)))
543 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(C)) {
801 else if (const Function *F = dyn_cast<Function>(C))
803 else if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(C))
805 else if (const BlockAddress *BA = dyn_cast<BlockAddress>(C))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
PartialInlining.cpp 302 if (CallInst *CI = dyn_cast<CallInst>(U))
304 else if (InvokeInst *II = dyn_cast<InvokeInst>(U))
549 BranchInst *BR = dyn_cast<BranchInst>(EntryBlock->getTerminator());
701 BranchInst *BR = dyn_cast<BranchInst>(E->getTerminator());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
sancov.cpp 453 yaml::ScalarNode *S = dyn_cast<yaml::ScalarNode>(N);
474 yaml::MappingNode *Top = dyn_cast<yaml::MappingNode>(Root);
482 dyn_cast<yaml::SequenceNode>(KVNode.getValue());
492 dyn_cast<yaml::MappingNode>(KVNode.getValue());
499 dyn_cast<yaml::MappingNode>(FileKVNode.getValue());
506 dyn_cast<yaml::MappingNode>(FunctionKVNode.getValue());
746 if (const auto *CO = dyn_cast<object::COFFObjectFile>(&O)) {
762 if (const auto *MO = dyn_cast<object::MachOObjectFile>(&O)) {
852 if (auto *O = dyn_cast<object::ObjectFile>(&*ChildOrErr.get()))
869 if (object::Archive *A = dyn_cast<object::Archive>(&Binary)
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 230 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Ctx))
245 = dyn_cast<ClassTemplateSpecializationDecl>(Record->getDecl())) {
533 if (const auto *CTSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) {
657 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Ex->IgnoreParens()))
658 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 220 auto *NewF = dyn_cast<llvm::Function>(Replacement);
222 if (auto *Alias = dyn_cast<llvm::GlobalAlias>(Replacement)) {
223 NewF = dyn_cast<llvm::Function>(Alias->getAliasee());
228 NewF = dyn_cast<llvm::Function>(CE->getOperand(0));
265 if (auto *GO = dyn_cast<llvm::GlobalObject>(C))
268 auto *GIS2 = dyn_cast<llvm::GlobalIndirectSymbol>(C);
304 llvm::FunctionType *FTy = dyn_cast<llvm::FunctionType>(
315 if (auto CE = dyn_cast<llvm::ConstantExpr>(Aliasee))
332 if (auto GA = dyn_cast<llvm::GlobalIndirectSymbol>(AliaseeGV)) {
348 auto *Alias = dyn_cast<llvm::GlobalIndirectSymbol>(Entry)
    [all...]
SwiftCallingConv.cpp 44 } else if (auto firstVecTy = dyn_cast<llvm::VectorType>(first)) {
45 if (auto secondVecTy = dyn_cast<llvm::VectorType>(second)) {
125 auto cxxRecord = dyn_cast<CXXRecordDecl>(record);
201 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) {
219 if (auto intTy = dyn_cast<llvm::IntegerType>(type)) {
234 if (auto vecTy = dyn_cast<llvm::VectorType>(type)) {
768 if (auto recordType = dyn_cast<RecordType>(type)) {
772 if (auto cxxRecord = dyn_cast<CXXRecordDecl>(record)) {
  /external/clang/lib/AST/
ExprConstant.cpp 65 if (const ValueDecl *D = B.dyn_cast<const ValueDecl*>())
73 dyn_cast<MaterializeTemporaryExpr>(Base)) {
100 return dyn_cast<FieldDecl>(getAsBaseOrMember(E).getPointer());
105 return dyn_cast<CXXRecordDecl>(getAsBaseOrMember(E).getPointer());
260 if (const FieldDecl *FD = dyn_cast<FieldDecl>(D)) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 139 if (StructType *SGType = dyn_cast<StructType>(GType)) {
408 if (isa<PointerType>(*i) && (FT = dyn_cast<FunctionType>(cast<PointerType>(
575 Function *F = dyn_cast<Function>(C);
611 if (GlobalVariable *G = dyn_cast<GlobalVariable>(ArgTLS))
616 if (GlobalVariable *G = dyn_cast<GlobalVariable>(RetvalTLS))
624 if (Function *F = dyn_cast<Function>(DFSanUnionFn)) {
632 if (Function *F = dyn_cast<Function>(DFSanCheckedUnionFn)) {
641 if (Function *F = dyn_cast<Function>(DFSanUnionLoadFn)) {
650 if (Function *F = dyn_cast<Function>(DFSanSetLabelFn)) {
679 if (auto F = dyn_cast<Function>(GA->getBaseObject()))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 333 if (ConstantSDNode *Imm = dyn_cast<ConstantSDNode>(Op1))
401 LoadSDNode *LD = dyn_cast<LoadSDNode>(Callee.getNode());
594 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Address))
632 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
640 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
649 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0)) {
652 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
671 if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(N0)) {
675 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
680 } else if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(N0))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 119 if (StructType *STy = dyn_cast<StructType>(&Ty)) {
127 if (ArrayType *ATy = dyn_cast<ArrayType>(&Ty)) {
230 if (const StoreInst *SI = dyn_cast<StoreInst>(&I)) {
233 } else if (const LoadInst *LI = dyn_cast<LoadInst>(&I)) {
236 } else if (const AtomicCmpXchgInst *AI = dyn_cast<AtomicCmpXchgInst>(&I)) {
243 } else if (const AtomicRMWInst *AI = dyn_cast<AtomicRMWInst>(&I)) {
300 const CmpInst *CI = dyn_cast<CmpInst>(&U);
489 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(&U)) {
492 } else if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(&U)) {
607 if (const auto *CI = dyn_cast<ConstantInt>(Idx))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 168 if (StructType *SGType = dyn_cast<StructType>(GType)) {
517 if (isa<PointerType>(param_type) && (FT = dyn_cast<FunctionType>(
682 Function *F = dyn_cast<Function>(C);
717 if (GlobalVariable *G = dyn_cast<GlobalVariable>(ArgTLS))
722 if (GlobalVariable *G = dyn_cast<GlobalVariable>(RetvalTLS))
730 if (Function *F = dyn_cast<Function>(DFSanUnionFn)) {
738 if (Function *F = dyn_cast<Function>(DFSanCheckedUnionFn)) {
747 if (Function *F = dyn_cast<Function>(DFSanUnionLoadFn)) {
756 if (Function *F = dyn_cast<Function>(DFSanSetLabelFn)) {
785 if (auto F = dyn_cast<Function>(GA->getBaseObject()))
    [all...]
  /development/vndk/tools/header-checker/src/dumper/
abi_wrappers.cpp 74 llvm::dyn_cast<clang::RecordDecl>(tag_decl);
92 const clang::EnumDecl *enum_decl = llvm::dyn_cast<clang::EnumDecl>(tag_decl);
359 llvm::dyn_cast<const clang::FunctionType>(type_ptr)) {
453 llvm::dyn_cast<clang::FunctionProtoType>(function_type_);
492 llvm::dyn_cast<clang::CXXMethodDecl>(function_decl_);
659 llvm::dyn_cast<clang::ItaniumVTableContext>(base_vtable_contextp);
785 clang::dyn_cast<clang::ClassTemplateSpecializationDecl>(cxx_record_decl);
835 clang::dyn_cast<clang::CXXRecordDecl>(record_decl_);
    [all...]
  /external/bcc/src/cc/
json_map_decl_visitor.cc 74 if (const RecordType *R = dyn_cast<RecordType>(F->getType()))
81 if (const ConstantArrayType *T = dyn_cast<ConstantArrayType>(F->getType()))
  /external/clang/include/clang/AST/
StmtVisitor.h 45 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) {
82 } else if (PTR(UnaryOperator) UnOp = dyn_cast<UnaryOperator>(S)) {
  /external/clang/lib/Index/
IndexTypeSourceInfo.cpp 65 if (auto FD = dyn_cast<FunctionDecl>(D->getDeclContext())) {
194 if (auto CXXRD = dyn_cast<CXXRecordDecl>(D)) {
  /external/clang/lib/Serialization/
ASTCommon.cpp 334 if (auto *FD = dyn_cast<FunctionDecl>(D))
336 if (auto *RD = dyn_cast<CXXRecordDecl>(D))
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypeChecker.cpp 128 if (const auto *ExplicitCast = dyn_cast<ExplicitCastExpr>(S)) {
136 } else if (const auto *ImplicitCast = dyn_cast<ImplicitCastExpr>(S)) {
ObjCSuperDeallocChecker.cpp 154 while (const SubRegion *SR = dyn_cast<SubRegion>(R)) {
155 if (const SymbolicRegion *SymR = dyn_cast<SymbolicRegion>(SR)) {
UnreachableCodeChecker.cpp 91 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
134 if (const CallExpr *CE = dyn_cast<CallExpr>(S->getStmt())) {
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.cpp 34 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR);
63 const ElementRegion *const ER = dyn_cast<ElementRegion>(MR);

Completed in 1261 milliseconds

<<41424344454647484950>>