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

<<31323334353637383940>>

  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 113 if (StructType *SSTy = dyn_cast<StructType>(SrcTy)) {
137 if (PointerType *PT = dyn_cast<PointerType>(DstTy)) {
140 } else if (FunctionType *FT = dyn_cast<FunctionType>(DstTy)) {
143 } else if (StructType *DSTy = dyn_cast<StructType>(DstTy)) {
148 } else if (ArrayType *DATy = dyn_cast<ArrayType>(DstTy)) {
151 } else if (VectorType *DVTy = dyn_cast<VectorType>(DstTy)) {
635 if (GlobalVariable *DGVar = dyn_cast<GlobalVariable>(DGV))
762 if (ConstantArray *I = dyn_cast<ConstantArray>(AVI.DstInit)) {
773 if (const ConstantArray *I = dyn_cast<ConstantArray>(SrcInit)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 66 if (Instruction *I = dyn_cast<Instruction>(V))
77 if (Instruction *I = dyn_cast<Instruction>(V))
111 PHINode *PN = dyn_cast<PHINode>(Header->begin());
186 if (ReturnInst *RI = dyn_cast<ReturnInst>((*I)->getTerminator())) {
328 if (Instruction* inst = dyn_cast<Instruction>(*use))
349 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(Users[i]))
363 PHINode *P = dyn_cast<PHINode>(*UI);
523 if (InvokeInst *Invoke = dyn_cast<InvokeInst>(outputs[out])) {
769 else if (const CallInst *CI = dyn_cast<CallInst>(I))
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp 89 if (const ConstantInt *CI = dyn_cast<ConstantInt>(SrcLoc->getOperand(0)))
  /external/swiftshader/third_party/LLVM/tools/llvm-nm/
llvm-nm.cpp 233 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(&GV)) {
327 if (object::Archive *a = dyn_cast<object::Archive>(arch.get())) {
344 if (object::ObjectFile *o = dyn_cast<ObjectFile>(child.get())) {
356 if (object::ObjectFile *o = dyn_cast<ObjectFile>(obj.get()))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSA.h 151 // dyn_cast
645 if (const auto *MD = dyn_cast<MemoryDef>(this))
651 if (const auto *MD = dyn_cast<MemoryDef>(this))
657 if (const auto *MD = dyn_cast<MemoryDef>(this))
663 if (auto *MD = dyn_cast<MemoryDef>(this))
670 if (auto *MD = dyn_cast<MemoryDef>(this))
    [all...]
SparsePropagation.h 294 if (BranchInst *BI = dyn_cast<BranchInst>(&TI)) {
457 if (PHINode *PN = dyn_cast<PHINode>(&I))
468 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(&I))
486 if (Instruction *Inst = dyn_cast<Instruction>(U))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 42 if (const Instruction *I = dyn_cast<Instruction>(this))
50 if (const Instruction *I = dyn_cast<Instruction>(V))
52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
496 if (ConstantInt *C = dyn_cast<ConstantInt>(I))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisSummary.cpp 55 if (auto *Arg = dyn_cast<Argument>(&Val))
Delinearization.cpp 89 dyn_cast<SCEVUnknown>(SE->getPointerBase(AccessFn));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 66 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegUsageInfoPropagate.cpp 93 return dyn_cast<const Function>(MO.getGlobal());
ShadowStackGCLowering.cpp 223 if (Constant *C = dyn_cast<Constant>(V))
239 if (IntrinsicInst *CI = dyn_cast<IntrinsicInst>(II++))
268 return dyn_cast<GetElementPtrInst>(Val);
280 return dyn_cast<GetElementPtrInst>(Val);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ConstantPools.cpp 42 const MCConstantExpr *C = dyn_cast<MCConstantExpr>(Value);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 77 const auto *GVA = dyn_cast<GlobalVariable>(GO);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsOs16.cpp 98 if (const CallInst *CI = dyn_cast<CallInst>(I)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVVMIntrRange.cpp 85 CallInst *Call = dyn_cast<CallInst>(&I);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
X86InstPrinterCommon.cpp 108 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 69 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
90 ConstantSDNode *ValC = dyn_cast<ConstantSDNode>(Val);
126 ConstantSDNode *ValC = dyn_cast<ConstantSDNode>(Val);
209 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroCleanup.cpp 63 if (auto *II = dyn_cast<IntrinsicInst>(&I)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ExtractGV.cpp 136 if (FunctionType *FTy = dyn_cast<FunctionType>(Ty)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 141 Instruction *I = dyn_cast<Instruction>(V);
291 if (Instruction *LHSInst = dyn_cast<Instruction>(I->getOperand(0)))
358 if (VectorType *DstVTy = dyn_cast<VectorType>(I->getType())) {
360 dyn_cast<VectorType>(I->getOperand(0)->getType())) {
450 if (Instruction *Shr = dyn_cast<Instruction>(I->getOperand(0)))
581 if (ConstantInt *Rem = dyn_cast<ConstantInt>(I->getOperand(1))) {
636 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(I)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 162 Function *F = dyn_cast<Function>(cast<ConstantStruct>(Op)->getOperand(1));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
CallSiteSplitting.cpp 133 auto *BI = dyn_cast<BranchInst>(From->getTerminator());
244 BitCastInst* BCI = dyn_cast<BitCastInst>(&*II);
248 ReturnInst* RI = dyn_cast<ReturnInst>(&*II);
419 if (PHINode *PN = dyn_cast<PHINode>(&BI)) {
DCE.cpp 94 if (Instruction *OpI = dyn_cast<Instruction>(OpV))
LowerGuardIntrinsic.cpp 98 if (auto *CI = dyn_cast<CallInst>(&I))

Completed in 1055 milliseconds

<<31323334353637383940>>