/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Constant.h | 155 Constant *stripPointerCasts() { in stripPointerCasts() function 156 return cast<Constant>(Value::stripPointerCasts()); in stripPointerCasts() 159 const Constant *stripPointerCasts() const { in stripPointerCasts() function 160 return const_cast<Constant*>(this)->stripPointerCasts(); in stripPointerCasts()
|
D | Value.h | 470 Value *stripPointerCasts(); 471 const Value *stripPointerCasts() const { in stripPointerCasts() function 472 return const_cast<Value*>(this)->stripPointerCasts(); in stripPointerCasts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARC.h | 60 IsNullOrUndef(OldArg->stripPointerCasts()))) && in EraseInstruction() 78 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand() 94 auto *PNOpnd = PN.getIncomingValue(I)->stripPointerCasts(); in getEquivalentPHIs() 95 auto *POpnd = P.getIncomingValueForBlock(BB)->stripPointerCasts(); in getEquivalentPHIs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constant.h | 189 const Constant *stripPointerCasts() const { in stripPointerCasts() function 190 return cast<Constant>(Value::stripPointerCasts()); in stripPointerCasts() 193 Constant *stripPointerCasts() { in stripPointerCasts() function 195 static_cast<const Constant *>(this)->stripPointerCasts()); in stripPointerCasts()
|
D | IntrinsicInst.h | 345 Value *getDest() const { return getRawDest()->stripPointerCasts(); } in getDest() 406 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource() 804 const_cast<Value *>(getArgOperand(0))->stripPointerCasts()); in getName() 844 const_cast<Value *>(getArgOperand(0))->stripPointerCasts()); in getName()
|
D | Value.h | 521 const Value *stripPointerCasts() const; 522 Value *stripPointerCasts() { in stripPointerCasts() function 524 static_cast<const Value *>(this)->stripPointerCasts()); in stripPointerCasts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 121 : cast<AllocaInst>(Arg->stripPointerCasts()); in getPromise() 177 return cast<Constant>(getArgOperand(InfoArg)->stripPointerCasts()); in getRawInfo() 183 return cast<Function>(getArgOperand(CoroutineArg)->stripPointerCasts()); in getCoroutine() 226 return cast<Function>(getArgOperand(PrototypeArg)->stripPointerCasts()); in getPrototype() 231 return cast<Function>(getArgOperand(AllocArg)->stripPointerCasts()); in getAllocFunction() 236 return cast<Function>(getArgOperand(DeallocArg)->stripPointerCasts()); in getDeallocFunction()
|
D | Coroutines.cpp | 556 auto F = dyn_cast<Function>(V->stripPointerCasts()); in checkWFRetconPrototype() 592 auto F = dyn_cast<Function>(V->stripPointerCasts()); in checkWFAlloc() 607 auto F = dyn_cast<Function>(V->stripPointerCasts()); in checkWFDealloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Loads.cpp | 292 V = V->stripPointerCasts(); in isSafeToLoadUnconditionally() 334 if (AreEquivalentAddressValues(AccessedPtr->stripPointerCasts(), V) && in isSafeToLoadUnconditionally() 386 Value *StrippedPtr = Ptr->stripPointerCasts(); in FindAvailablePtrLoadStore() 411 LI->getPointerOperand()->stripPointerCasts(), StrippedPtr) && in FindAvailablePtrLoadStore() 428 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts(); in FindAvailablePtrLoadStore()
|
D | EHPersonalities.cpp | 23 Pers ? dyn_cast<Function>(Pers->stripPointerCasts()) : nullptr; in classifyEHPersonality()
|
D | MemoryBuiltins.cpp | 118 V = V->stripPointerCasts(); in getCalledFunction() 228 ImmutableCallSite CS(LookThroughBitCast ? V->stripPointerCasts() : V); in hasNoAliasAttr() 583 V = V->stripPointerCasts(); in compute() 873 V = V->stripPointerCasts(); in compute_()
|
D | TypeMetadataUtils.cpp | 94 M, DevirtCalls, CI->getArgOperand(0)->stripPointerCasts(), 0, CI, DT); in findDevirtualizableCallsForTypeTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 842 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitLibCall() 924 dyn_cast<Function>(MemCpy.getCallee()->stripPointerCasts())) in emitMemCpyChk() 1059 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitUnaryFloatFnCallHelper() 1101 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitBinaryFloatFnCallHelper() 1147 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts())) in emitPutChar() 1164 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS() 1185 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutC() 1205 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutCUnlocked() 1224 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutS() 1243 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutSUnlocked() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCFIException.cpp | 104 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in beginFunction() 149 auto *P = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in beginFragment()
|
D | WinCFGuard.cpp | 71 if (C->stripPointerCasts() == F) in isPossibleIndirectCallTarget()
|
D | WinException.cpp | 76 PerFn = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in beginFunction() 127 Per = classifyEHPersonality(F.getPersonalityFn()->stripPointerCasts()); in endFunction() 225 PerFn = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in beginFunclet() 258 Per = classifyEHPersonality(F.getPersonalityFn()->stripPointerCasts()); in endFuncletImpl() 985 const auto *Per = cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in emitExceptHandlerTable()
|
D | ARMException.cpp | 65 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in endFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUFixFunctionBitcasts.cpp | 37 auto Callee = dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts()); in visitCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 156 dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in runOnFunction() 300 cast<Function>(CxxLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord() 356 cast<Function>(SehLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord() 765 if (CS.getCalledValue()->stripPointerCasts() != in addStateStores() 766 SetJmp3.getCallee()->stripPointerCasts()) in addStateStores()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | GCRootLowering.cpp | 155 dyn_cast<AllocaInst>(SI->getOperand(1)->stripPointerCasts())) in InsertRootInitializers() 228 cast<AllocaInst>(CI->getArgOperand(0)->stripPointerCasts())); in DoLowering()
|
D | MachineFunction.cpp | 688 dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts())) in addLandingPad() 701 dyn_cast<GlobalValue>(Val->stripPointerCasts())); in addLandingPad() 708 FilterList.push_back(cast<GlobalValue>((*II)->stripPointerCasts())); in addLandingPad() 716 Value *TypeInfo = CPI->getArgOperand(I - 1)->stripPointerCasts(); in addLandingPad()
|
D | WinEHPrepare.cpp | 154 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry() 158 dyn_cast<AllocaInst>(CPI->getArgOperand(2)->stripPointerCasts())) in addTryBlockMapEntry() 357 cast<Constant>(CatchPad->getArgOperand(0)->stripPointerCasts()); in calculateSEHStateNumbers() 958 dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts()); in removeImplausibleInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 621 Value *CpyDest = SI->getPointerOperand()->stripPointerCasts(); in processStore() 642 LI, SI->getPointerOperand()->stripPointerCasts(), in processStore() 643 LI->getPointerOperand()->stripPointerCasts(), in processStore() 868 if (CS.getArgument(i)->stripPointerCasts() == cpySrc && in performCallSlotOptzn() 876 if (CS.getArgument(i)->stripPointerCasts() == cpySrc) { in performCallSlotOptzn() 1267 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 790 &i != DFSanUnionFn.getCallee()->stripPointerCasts() && in runOnModule() 791 &i != DFSanCheckedUnionFn.getCallee()->stripPointerCasts() && in runOnModule() 792 &i != DFSanUnionLoadFn.getCallee()->stripPointerCasts() && in runOnModule() 793 &i != DFSanUnimplementedFn.getCallee()->stripPointerCasts() && in runOnModule() 794 &i != DFSanSetLabelFn.getCallee()->stripPointerCasts() && in runOnModule() 795 &i != DFSanNonzeroLabelFn.getCallee()->stripPointerCasts() && in runOnModule() 796 &i != DFSanVarargWrapperFn.getCallee()->stripPointerCasts()) in runOnModule() 1548 if (F == DFSF.DFS.DFSanVarargWrapperFn.getCallee()->stripPointerCasts()) in visitCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 97 Associated = cast<Constant>(Associated->stripPointerCasts()); in runOnModule()
|