Home
last modified time | relevance | path

Searched refs:stripPointerCasts (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h155 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()
DValue.h470 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/
DObjCARC.h60 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/
DConstant.h189 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()
DIntrinsicInst.h345 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()
DValue.h521 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/
DCoroInstr.h121 : 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()
DCoroutines.cpp556 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/
DLoads.cpp292 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()
DEHPersonalities.cpp23 Pers ? dyn_cast<Function>(Pers->stripPointerCasts()) : nullptr; in classifyEHPersonality()
DMemoryBuiltins.cpp118 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_()
DTypeMetadataUtils.cpp94 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/
DBuildLibCalls.cpp842 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/
DDwarfCFIException.cpp104 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in beginFunction()
149 auto *P = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in beginFragment()
DWinCFGuard.cpp71 if (C->stripPointerCasts() == F) in isPossibleIndirectCallTarget()
DWinException.cpp76 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()
DARMException.cpp65 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/
DAMDGPUFixFunctionBitcasts.cpp37 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/
DX86WinEHState.cpp156 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/
DGCRootLowering.cpp155 dyn_cast<AllocaInst>(SI->getOperand(1)->stripPointerCasts())) in InsertRootInitializers()
228 cast<AllocaInst>(CI->getArgOperand(0)->stripPointerCasts())); in DoLowering()
DMachineFunction.cpp688 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()
DWinEHPrepare.cpp154 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/
DMemCpyOptimizer.cpp621 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/
DDataFlowSanitizer.cpp790 &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/
DWebAssemblyLowerGlobalDtors.cpp97 Associated = cast<Constant>(Associated->stripPointerCasts()); in runOnModule()

1234