OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dyn_cast
(Results
751 - 775
of
1820
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/swiftshader/third_party/subzero/src/
IcePhiLoweringImpl.h
35
auto *Phi = llvm::
dyn_cast
<InstPhi>(&I);
/external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp
403
GlobalVariable *GVar =
dyn_cast
<GlobalVariable>(&GV);
439
if (ArrayType *ATy =
dyn_cast
<ArrayType>(GV.getType())) {
440
StructType *STy =
dyn_cast
<StructType>(ATy->getElementType());
466
const ConstantExpr *CE =
dyn_cast
<ConstantExpr>(GA.getAliasee());
506
if (MDNode *N =
dyn_cast
<MDNode>(Op)) {
517
if (Instruction *I =
dyn_cast
<Instruction>(Op))
519
else if (BasicBlock *BB =
dyn_cast
<BasicBlock>(Op))
521
else if (Argument *A =
dyn_cast
<Argument>(Op))
559
if (PointerType *PTy =
dyn_cast
<PointerType>(Ty)) {
740
for (BasicBlock::iterator I = BB.begin(); (PN =
dyn_cast
<PHINode>(I));++I)
[
all
...]
/external/clang/lib/Sema/
SemaOpenMP.cpp
394
auto *VD =
dyn_cast
<VarDecl>(D);
395
auto *FD =
dyn_cast
<FieldDecl>(D);
410
auto *VD =
dyn_cast
<VarDecl>(D);
411
auto *FD =
dyn_cast
<FieldDecl>(D);
651
auto *VD =
dyn_cast
<VarDecl>(D);
[
all
...]
SemaFixItUtils.cpp
94
if (const PointerType *FromPtrTy =
dyn_cast
<PointerType>(FromQTy)) {
106
if (const UnaryOperator *UO =
dyn_cast
<UnaryOperator>(Expr)) {
140
if (const UnaryOperator *UO =
dyn_cast
<UnaryOperator>(Expr)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
456
if (ConstantFPSDNode *N0CFP =
dyn_cast
<ConstantFPSDNode>(Op.getOperand(0)))
686
if (LoadSDNode *LD =
dyn_cast
<LoadSDNode>(Op)) {
[
all
...]
/external/clang/lib/CodeGen/
CGCXX.cpp
226
if (const auto *DD =
dyn_cast
<CXXDestructorDecl>(MD)) {
246
if (auto *CD =
dyn_cast
<CXXConstructorDecl>(MD)) {
301
if (const auto *DD =
dyn_cast
<CXXDestructorDecl>(MD))
/external/clang/lib/Lex/
MacroInfo.cpp
181
if (DefMacroDirective *DefMD =
dyn_cast
<DefMacroDirective>(MD))
185
if (UndefMacroDirective *UndefMD =
dyn_cast
<UndefMacroDirective>(MD)) {
229
if (auto *DMD =
dyn_cast
<DefMacroDirective>(this)) {
/external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp
127
if (const CompoundLiteralExpr *CE =
dyn_cast
<CompoundLiteralExpr>(ArgE))
129
dyn_cast
<InitListExpr>(CE->getInitializer()))
130
ArgE =
dyn_cast
<Expr>(*(IE->begin()));
PaddingChecker.cpp
103
if (const ConstantArrayType *CArrTy =
dyn_cast
<ConstantArrayType>(ArrTy))
134
if (auto *CXXRD =
dyn_cast
<CXXRecordDecl>(RD)) {
286
if (auto *TSD =
dyn_cast
<ClassTemplateSpecializationDecl>(RD)) {
/external/llvm/lib/Analysis/
CaptureTracking.cpp
248
if (auto *MI =
dyn_cast
<MemIntrinsic>(I))
333
dyn_cast
<ConstantPointerNull>(I->getOperand(1)))
341
auto *LI =
dyn_cast
<LoadInst>(I->getOperand(OtherIndex));
DivergenceAnalysis.cpp
254
if (TerminatorInst *TI =
dyn_cast
<TerminatorInst>(V)) {
311
if (const Argument *Arg =
dyn_cast
<Argument>(FirstDivergentValue)) {
314
dyn_cast
<Instruction>(FirstDivergentValue)) {
/external/llvm/lib/CodeGen/
SafeStack.cpp
216
auto C =
dyn_cast
<ConstantInt>(AI->getArraySize());
257
const auto *Len =
dyn_cast
<ConstantInt>(MI->getLength());
313
if (const IntrinsicInst *II =
dyn_cast
<IntrinsicInst>(I)) {
319
if (const MemIntrinsic *MI =
dyn_cast
<MemIntrinsic>(I)) {
412
if (auto AI =
dyn_cast
<AllocaInst>(&I)) {
426
} else if (auto RI =
dyn_cast
<ReturnInst>(&I)) {
428
} else if (auto CI =
dyn_cast
<CallInst>(&I)) {
432
} else if (auto LP =
dyn_cast
<LandingPadInst>(&I)) {
435
} else if (auto II =
dyn_cast
<IntrinsicInst>(&I)) {
631
if (auto *PHI =
dyn_cast
<PHINode>(User)
[
all
...]
/external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp
64
if (auto *CoffObj =
dyn_cast
<COFFObjectFile>(Obj))
162
auto *CoffObject =
dyn_cast
<COFFObjectFile>(Module);
167
if (auto *CoffObject =
dyn_cast
<COFFObjectFile>(Module))
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp
168
const MCConstantExpr *C =
dyn_cast
<MCConstantExpr>(MO.getExpr());
227
if (const MCConstantExpr *C =
dyn_cast
<MCConstantExpr>(Op.getExpr()))
265
const MCSymbolRefExpr *Expr =
dyn_cast
<MCSymbolRefExpr>(MO.getExpr());
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp
176
const ARMConstantPoolConstant *ACPC =
dyn_cast
<ARMConstantPoolConstant>(ACPV);
215
const ARMConstantPoolSymbol *ACPS =
dyn_cast
<ARMConstantPoolSymbol>(ACPV);
255
const ARMConstantPoolMBB *ACPMBB =
dyn_cast
<ARMConstantPoolMBB>(ACPV);
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp
263
if (const MipsMCExpr *E =
dyn_cast
<const MipsMCExpr>(getSubExpr()))
277
if (const MipsMCExpr *S1 =
dyn_cast
<const MipsMCExpr>(getSubExpr())) {
278
if (const MipsMCExpr *S2 =
dyn_cast
<const MipsMCExpr>(S1->getSubExpr())) {
/external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp
128
if (const SparcMCExpr *SExpr =
dyn_cast
<SparcMCExpr>(Expr)) {
155
const SparcMCExpr *SExpr =
dyn_cast
<SparcMCExpr>(MO.getExpr());
167
if (const SparcMCExpr *SExpr =
dyn_cast
<SparcMCExpr>(MO.getExpr())) {
/external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp
49
while (PHINode *P =
dyn_cast
<PHINode>(BI)) {
64
if (Instruction *I =
dyn_cast
<Instruction>(incoming))
164
while (PHINode *P =
dyn_cast
<PHINode>(BI)) {
Sink.cpp
47
if (PHINode *PN =
dyn_cast
<PHINode>(UseInst)) {
68
if (LoadInst *L =
dyn_cast
<LoadInst>(Inst)) {
145
if (AllocaInst *AI =
dyn_cast
<AllocaInst>(Inst))
/external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp
92
PHINode *PN =
dyn_cast
<PHINode>(I); ++I) {
98
if (const PHINode *VP =
dyn_cast
<PHINode>(V))
196
if (PHINode *PN =
dyn_cast
<PHINode>(DestBB->begin())) {
LCSSA.cpp
80
if (PHINode *PN =
dyn_cast
<PHINode>(User))
98
if (InvokeInst *Inv =
dyn_cast
<InvokeInst>(&Inst))
162
if (PHINode *PN =
dyn_cast
<PHINode>(User))
/external/llvm/tools/llvm-dis/
llvm-dis.cpp
92
if (const Instruction *I =
dyn_cast
<Instruction>(&V)) {
103
if (const DbgDeclareInst *DDI =
dyn_cast
<DbgDeclareInst>(I)) {
110
else if (const DbgValueInst *DVI =
dyn_cast
<DbgValueInst>(I)) {
/external/llvm/utils/TableGen/
OptParserEmitter.cpp
180
if (const DefInit *DI =
dyn_cast
<DefInit>(R.getValueInit("Group")))
225
if (const DefInit *DI =
dyn_cast
<DefInit>(R.getValueInit("Group"))) {
233
if (const DefInit *DI =
dyn_cast
<DefInit>(R.getValueInit("Alias")))
/external/swiftshader/third_party/LLVM/lib/Analysis/
MemDepPrinter.cpp
123
if (LoadInst *LI =
dyn_cast
<LoadInst>(Inst)) {
132
} else if (StoreInst *SI =
dyn_cast
<StoreInst>(Inst)) {
141
} else if (VAArgInst *VI =
dyn_cast
<VAArgInst>(Inst)) {
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp
163
if (StructType *STy =
dyn_cast
<StructType>(AgTy)) {
193
if (StructType *STy =
dyn_cast
<StructType>(AgTy)) {
350
if (LoadInst *LI =
dyn_cast
<LoadInst>(I)) {
352
if (GetElementPtrInst *GEP =
dyn_cast
<GetElementPtrInst>(V)) {
359
if (ConstantInt *CI =
dyn_cast
<ConstantInt>(*II))
384
if (LoadInst *LI =
dyn_cast
<LoadInst>(U)) {
390
} else if (GetElementPtrInst *GEP =
dyn_cast
<GetElementPtrInst>(U)) {
405
if (ConstantInt *C =
dyn_cast
<ConstantInt>(*i))
413
if (LoadInst *LI =
dyn_cast
<LoadInst>(*UI)) {
569
if (LoadInst *L =
dyn_cast
<LoadInst>(User)
[
all
...]
Completed in 840 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>