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

<<21222324252627282930>>

  /external/spirv-llvm/lib/SPIRV/
SPIRVLowerBool.cpp 73 if (auto VT = dyn_cast<VectorType>(Ty))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GetElementPtrTypeIterator.h 69 if (CompositeType *CT = dyn_cast<CompositeType>(CurTy)) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
CaptureTracking.cpp 134 dyn_cast<ConstantPointerNull>(I->getOperand(1)))
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
FindUsedTypes.cpp 48 if (const Constant *C = dyn_cast<Constant>(V)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp 183 if (StoreInst *SI = dyn_cast<StoreInst>(IP))
185 dyn_cast<AllocaInst>(SI->getOperand(1)->stripPointerCasts()))
237 if (CallInst *CI = dyn_cast<CallInst>(I))
284 if (IntrinsicInst *CI = dyn_cast<IntrinsicInst>(II++)) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelDAGToDAG.cpp 118 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>(Addr)) {
144 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
148 if (FrameIndexSDNode *FIN = dyn_cast<FrameIndexSDNode>
302 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
MipsTargetObjectFile.cpp 69 const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GV);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 36 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
52 ConstantSDNode *V = dyn_cast<ConstantSDNode>(Src);
82 ConstantSDNode *ValC = dyn_cast<ConstantSDNode>(Src);
183 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineWorklist.h 46 if (Instruction *I = dyn_cast<Instruction>(V))
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ADCE.cpp 71 if (Instruction* Inst = dyn_cast<Instruction>(OI))
DCE.cpp 110 if (Instruction *Used = dyn_cast<Instruction>(*OI))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
Local.h 49 if (Constant *OpC = dyn_cast<Constant>(Op)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Statepoint.h 152 return dyn_cast<Function>(getCalledValue());
277 if (auto *GRI = dyn_cast<GCResultInst>(U))
434 if (auto *Relocate = dyn_cast<GCRelocateInst>(U))
446 if (auto *Relocate = dyn_cast<GCRelocateInst>(LandingPadUser))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
Evaluator.h 67 if (Constant *CV = dyn_cast<Constant>(V)) return CV;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
GCRootLowering.cpp 142 if (CallInst *CI = dyn_cast<CallInst>(I))
161 if (StoreInst *SI = dyn_cast<StoreInst>(IP))
163 dyn_cast<AllocaInst>(SI->getOperand(1)->stripPointerCasts()))
209 if (IntrinsicInst *CI = dyn_cast<IntrinsicInst>(II++)) {
SafeStackColoring.cpp 49 auto *II = dyn_cast<IntrinsicInst>(I);
60 auto *Op = dyn_cast<Instruction>(I->getOperand(1));
80 if (auto *BI = dyn_cast<BitCastInst>(U)) {
84 auto *UI = dyn_cast<Instruction>(U);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ValueSymbolTable.cpp 51 if (auto *GV = dyn_cast<GlobalValue>(V)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 66 if (const Function *F = dyn_cast<Function>(GO))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 24 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
EscapeEnumerator.cpp 60 if (CallInst *CI = dyn_cast<CallInst>(&II))
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) {
154 for (auto I = PHIBlock->begin(); (PN = dyn_cast<PHINode>(I)); ++I) {
Mem2Reg.cpp 47 if (AllocaInst *AI = dyn_cast<AllocaInst>(I)) // Is it an alloca?
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlanVerifier.cpp 120 if (const auto *SubRegion = dyn_cast<VPRegionBlock>(VPB))
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeEmitterGen.cpp 60 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) {
61 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar()))
64 } else if (VarInit *VI = dyn_cast<VarInit>(BI->getBit(bit))) {
264 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 1172 milliseconds

<<21222324252627282930>>