OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dyn_cast
(Results
701 - 725
of
1820
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp
83
if (auto *PI =
dyn_cast
<PHINode>(&I))
112
if (auto *UserPI =
dyn_cast
<PHINode>(UserI))
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
VNCoercion.cpp
47
if (auto *C =
dyn_cast
<Constant>(StoredVal))
81
if (auto *C =
dyn_cast
<ConstantExpr>(StoredVal))
127
if (auto *C =
dyn_cast
<Constant>(StoredVal))
260
ConstantInt *SizeCst =
dyn_cast
<ConstantInt>(MI->getLength());
276
Constant *Src =
dyn_cast
<Constant>(MTI->getSource());
280
GlobalVariable *GV =
dyn_cast
<GlobalVariable>(GetUnderlyingObject(Src, DL));
433
if (MemSetInst *MSI =
dyn_cast
<MemSetInst>(SrcInst)) {
493
if (auto *MSI =
dyn_cast
<MemSetInst>(SrcInst))
/external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp
134
llvm::
dyn_cast
<VariableDeclaration::RelocInitializer>(Init);
141
llvm::
dyn_cast
<FunctionDeclaration>(TargetDecl);
233
Cur = llvm::
dyn_cast
<InstAlloca>(iteratorToInst(Context.getCur()));
236
: llvm::
dyn_cast
<ConstantInteger32>(Cur->getSizeInBytes());
344
llvm::
dyn_cast
<ConstantRelocatable>(Instr->getCallTarget());
367
if (auto *Reloc = llvm::
dyn_cast
<ConstantRelocatable>(Src)) {
383
if (auto *Reloc = llvm::
dyn_cast
<ConstantRelocatable>(Data)) {
452
auto *Reloc = llvm::
dyn_cast
<ConstantRelocatable>(Op);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
elemental_ir_emitter.cc
56
llvm::Function* function = llvm::
dyn_cast
<llvm::Function>(
91
llvm::Function* function = llvm::
dyn_cast
<llvm::Function>(
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
683
if (const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm()))
692
if (const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm()))
703
if (const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(Imm.Val)) {
717
if (const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(Imm.Val)) {
735
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(Imm.Val);
749
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
756
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
763
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
770
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm());
777
const MCConstantExpr *CE =
dyn_cast
<MCConstantExpr>(getImm())
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp
394
if (ConstantFPSDNode *FP =
dyn_cast
<ConstantFPSDNode>(N))
436
ConstantSDNode *Offset =
dyn_cast
<ConstantSDNode>(N->getOperand(1));
440
ConstantSDNode *Width =
dyn_cast
<ConstantSDNode>(N->getOperand(2));
511
if (ConstantSDNode *Cst =
dyn_cast
<ConstantSDNode>(Addr)) {
534
&& (IMMOffset =
dyn_cast
<ConstantSDNode>(Addr.getOperand(1)))
542
} else if ((IMMOffset =
dyn_cast
<ConstantSDNode>(Addr))
563
if ((C =
dyn_cast
<ConstantSDNode>(Addr))) {
567
(C =
dyn_cast
<ConstantSDNode>(Addr.getOperand(1)))) {
671
if (const ConstantSDNode *C =
dyn_cast
<ConstantSDNode>(Addr.getOperand(0))) {
693
} else if (const ConstantSDNode *CAddr =
dyn_cast
<ConstantSDNode>(Addr))
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
170
else if (auto *CTD =
dyn_cast
<ClassTemplateDecl>(TD)) {
213
RD =
dyn_cast
<CXXRecordDecl>(DC);
427
if (TypeDecl *TD =
dyn_cast
<TypeDecl>(IIDecl)) {
451
} else if (ObjCInterfaceDecl *IDecl =
dyn_cast
<ObjCInterfaceDecl>(IIDecl)) {
470
auto *ND =
dyn_cast
<NamespaceDecl>(DC);
473
else if (auto *RD =
dyn_cast
<CXXRecordDecl>(DC))
490
if (const auto *MD =
dyn_cast
<CXXMethodDecl>(DC))
[
all
...]
/external/clang/lib/Rewrite/
DeltaTree.cpp
169
if (DeltaTreeInteriorNode *IN =
dyn_cast
<DeltaTreeInteriorNode>(this))
303
if (DeltaTreeInteriorNode *IN =
dyn_cast
<DeltaTreeInteriorNode>(this)) {
343
const DeltaTreeInteriorNode *IN =
dyn_cast
<DeltaTreeInteriorNode>(N);
426
const DeltaTreeInteriorNode *IN =
dyn_cast
<DeltaTreeInteriorNode>(Node);
/external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp
41
const Stmt *Parent =
dyn_cast
<ObjCForCollectionStmt>(Condition);
UndefCapturedBlockVarChecker.cpp
39
if (const DeclRefExpr *BR =
dyn_cast
<DeclRefExpr>(S))
UndefResultChecker.cpp
48
dyn_cast
<FunctionDecl>(C.getStackFrame()->getDecl()))
/external/llvm/include/llvm/DebugInfo/PDB/
IPDBSession.h
40
T *ConcreteSymbol =
dyn_cast
<T>(Symbol.get());
/external/llvm/include/llvm/IR/
Operator.h
49
if (const Instruction *I =
dyn_cast
<Instruction>(this))
57
if (const Instruction *I =
dyn_cast
<Instruction>(V))
59
if (const ConstantExpr *CE =
dyn_cast
<ConstantExpr>(V))
424
if (ConstantInt *C =
dyn_cast
<ConstantInt>(I))
Statepoint.h
132
return
dyn_cast
<Function>(getCalledValue());
257
if (auto *GRI =
dyn_cast
<GCResultInst>(U))
410
if (auto *Relocate =
dyn_cast
<GCRelocateInst>(U))
422
if (auto *Relocate =
dyn_cast
<GCRelocateInst>(LandingPadUser))
/external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h
57
if (Instruction *I =
dyn_cast
<Instruction>(V))
/external/llvm/lib/CodeGen/
GCRootLowering.cpp
143
if (CallInst *CI =
dyn_cast
<CallInst>(I))
162
if (StoreInst *SI =
dyn_cast
<StoreInst>(IP))
164
dyn_cast
<AllocaInst>(SI->getOperand(1)->stripPointerCasts()))
210
if (IntrinsicInst *CI =
dyn_cast
<IntrinsicInst>(II++)) {
SafeStackColoring.cpp
34
auto *II =
dyn_cast
<IntrinsicInst>(I);
45
auto *Op =
dyn_cast
<Instruction>(I->getOperand(1));
65
if (auto *BI =
dyn_cast
<BitCastInst>(U)) {
69
auto *UI =
dyn_cast
<Instruction>(U);
/external/llvm/lib/IR/
Metadata.cpp
58
auto *N =
dyn_cast
<MDNode>(MD);
66
if (auto *C =
dyn_cast
<ConstantAsMetadata>(N->getOperand(0)))
129
if (auto *PH =
dyn_cast
<DistinctMDOperandPlaceholder>(&MD)) {
142
else if (auto *PH =
dyn_cast
<DistinctMDOperandPlaceholder>(&MD))
272
auto *OwnerMD =
dyn_cast
<MDNode>(Owner.get<Metadata *>());
282
if (auto *N =
dyn_cast
<MDNode>(&MD))
284
return
dyn_cast
<ValueAsMetadata>(&MD);
288
if (auto *N =
dyn_cast
<MDNode>(&MD))
290
return
dyn_cast
<ValueAsMetadata>(&MD);
294
if (auto *N =
dyn_cast
<MDNode>(&MD)
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
180
const GlobalVariable *GVar =
dyn_cast
<GlobalVariable>(GV);
208
if (PointerType *PT =
dyn_cast
<PointerType>(GType))
220
if (StructType *ST =
dyn_cast
<StructType>(GType)) {
363
const GlobalVariable *GVar =
dyn_cast
<GlobalVariable>(GV);
/external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp
72
auto *CI =
dyn_cast
<ConstantInt>(SCEVRuntimeCheck);
81
if (auto *I =
dyn_cast
<Instruction>(RuntimeCheck))
135
for (auto I = PHIBlock->begin(); (PN =
dyn_cast
<PHINode>(I)); ++I) {
151
for (auto I = PHIBlock->begin(); (PN =
dyn_cast
<PHINode>(I)); ++I) {
Mem2Reg.cpp
42
if (AllocaInst *AI =
dyn_cast
<AllocaInst>(I)) // Is it an alloca?
/external/llvm/tools/dsymutil/
BinaryHolder.h
108
const auto *Derived =
dyn_cast
<ObjectFileType>(Obj);
/external/llvm/tools/llvm-pdbdump/
TypedefDumper.cpp
60
if (auto FuncSig =
dyn_cast
<PDBSymbolTypeFunctionSig>(PointeeType.get())) {
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
49
if (VarBitInit *VBI =
dyn_cast
<VarBitInit>(BI->getBit(bit))) {
50
if (VarInit *VI =
dyn_cast
<VarInit>(VBI->getBitVar()))
53
} else if (VarInit *VI =
dyn_cast
<VarInit>(BI->getBit(bit))) {
254
if (BitInit *B =
dyn_cast
<BitInit>(BI->getBit(e-i-1)))
PseudoLoweringEmitter.cpp
78
if (DefInit *DI =
dyn_cast
<DefInit>(Dag->getArg(i))) {
104
} else if (IntInit *II =
dyn_cast
<IntInit>(Dag->getArg(i))) {
108
} else if (DagInit *SubDag =
dyn_cast
<DagInit>(Dag->getArg(i))) {
131
DefInit *OpDef =
dyn_cast
<DefInit>(Dag->getOperator());
Completed in 1406 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>