Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h218 const Constant *stripPointerCasts() const { in stripPointerCasts() function
219 return cast<Constant>(Value::stripPointerCasts()); in stripPointerCasts()
222 Constant *stripPointerCasts() { in stripPointerCasts() function
224 static_cast<const Constant *>(this)->stripPointerCasts()); in stripPointerCasts()
H A DAbstractCallSite.h220 return V ? dyn_cast<Function>(V->stripPointerCasts()) : nullptr; in getCalledFunction()
H A DValue.h643 const Value *stripPointerCasts() const; in stripPointerCastsAndAliases()
644 Value *stripPointerCasts() { in stripPointerCastsAndAliases()
646 static_cast<const Value *>(this)->stripPointerCasts());
632 Value *stripPointerCasts() { stripPointerCasts() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h154 : cast<AllocaInst>(Arg->stripPointerCasts()); in getPromise()
210 return cast<Constant>(getArgOperand(InfoArg)->stripPointerCasts()); in getRawInfo()
216 return cast<Function>(getArgOperand(CoroutineArg)->stripPointerCasts()); in getCoroutine()
257 return cast<Function>(getArgOperand(PrototypeArg)->stripPointerCasts()); in getPrototype()
262 return cast<Function>(getArgOperand(AllocArg)->stripPointerCasts()); in getAllocFunction()
267 return cast<Function>(getArgOperand(DeallocArg)->stripPointerCasts()); in getDeallocFunction()
344 getArgOperand(AsyncFuncPtrArg)->stripPointerCasts()); in getAsyncFunctionPointer()
365 getArgOperand(AsyncFuncPtrArg)->stripPointerCasts()); in getAsyncFunctionPointer()
384 return getArgOperand(AsyncContextArg)->stripPointerCasts(); in getAsyncContext()
574 getArgOperand(AsyncContextProjectionArg)->stripPointerCasts()); in getAsyncContextProjectionFunction()
[all …]
H A DCoroCleanup.cpp86 cast<GlobalVariable>(II->getArgOperand(0)->stripPointerCasts()) in lower()
89 cast<GlobalVariable>(II->getArgOperand(1)->stripPointerCasts()) in lower()
H A DCoroutines.cpp517 auto F = dyn_cast<Function>(V->stripPointerCasts()); in checkWFRetconPrototype()
553 auto F = dyn_cast<Function>(V->stripPointerCasts()); in checkWFAlloc()
568 auto F = dyn_cast<Function>(V->stripPointerCasts()); in checkWFDealloc()
599 auto *AsyncFuncPtrAddr = dyn_cast<GlobalVariable>(V->stripPointerCasts()); in checkAsyncFuncPointer()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h48 IsNullOrUndef(OldArg->stripPointerCasts()))) && in EraseInstruction()
66 const auto *Opnd = Inst.getOperand(0)->stripPointerCasts(); in getreturnRVOperand()
82 auto *PNOpnd = PN.getIncomingValue(I)->stripPointerCasts(); in getEquivalentPHIs()
83 auto *POpnd = P.getIncomingValueForBlock(BB)->stripPointerCasts(); in getEquivalentPHIs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp48 auto *StrC = dyn_cast<GlobalValue>(OpC->getOperand(1)->stripPointerCasts()); in convertAnnotation2Metadata()
54 auto *Fn = dyn_cast<Function>(OpC->getOperand(0)->stripPointerCasts()); in convertAnnotation2Metadata()
H A DGlobalOpt.cpp691 ->stripPointerCasts()) && in AllUsesOfValueWillTrapIfNull()
721 if (CE->stripPointerCasts() != GV) in allUsesOfLoadedValueWillTrapIfNull()
1048 SI->getPointerOperand()->stripPointerCasts() != GV) in valueIsOnlyUsedLocallyOrStoredToOneGlobal()
1125 StoredOnceVal = StoredOnceVal->stripPointerCasts(); in optimizeOnceStoredGlobal()
2101 Value *AStripped = (*A)->stripPointerCasts(); in compareNames()
2102 Value *BStripped = (*B)->stripPointerCasts(); in compareNames()
2247 GlobalValue *Target = cast<GlobalValue>(Aliasee->stripPointerCasts()); in hasUsesToReplace()
2286 GlobalValue *Target = dyn_cast<GlobalValue>(Aliasee->stripPointerCasts()); in OptimizeGlobalAliases()
2408 dyn_cast<Function>(CI->getArgOperand(0)->stripPointerCasts()); in OptimizeEmptyGlobalAtExitDtors()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp388 V = V->stripPointerCasts(); in isSafeToLoadUnconditionally()
429 if (AreEquivalentAddressValues(AccessedPtr->stripPointerCasts(), V) && in isSafeToLoadUnconditionally()
513 Value *LoadPtr = LI->getPointerOperand()->stripPointerCasts(); in getAvailableLoadStore()
533 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts(); in getAvailableLoadStore()
599 const Value *StrippedPtr = Loc.Ptr->stripPointerCasts(); in findAvailablePtrLoadStore()
626 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts(); in findAvailablePtrLoadStore()
679 Value *StrippedPtr = Load->getPointerOperand()->stripPointerCasts(); in FindAvailableLoadedValue()
H A DTypeMetadataUtils.cpp101 M, DevirtCalls, CI->getArgOperand(0)->stripPointerCasts(), 0, CI, DT); in findDevirtualizableCallsForTypeTest()
225 auto C = Ptr->stripPointerCasts(); in getFunctionAtVTableOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp73 Per = dyn_cast<GlobalValue>(F.getPersonalityFn()->stripPointerCasts()); in beginFunction()
124 auto *P = dyn_cast<GlobalValue>(F.getPersonalityFn()->stripPointerCasts()); in beginBasicBlockSection()
H A DAIXException.cpp88 cast<GlobalValue>(F.getPersonalityFn()->stripPointerCasts()); in endFunction()
H A DWinCFGuard.cpp68 if (C->stripPointerCasts() == F) in isPossibleIndirectCallTarget()
H A DWinException.cpp80 PerFn = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in beginFunction()
131 Per = classifyEHPersonality(F.getPersonalityFn()->stripPointerCasts()); in endFunction()
227 PerFn = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in beginFunclet()
260 Per = classifyEHPersonality(F.getPersonalityFn()->stripPointerCasts()); in endFuncletImpl()
1012 const auto *Per = cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in emitExceptHandlerTable()
H A DARMException.cpp63 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in endFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1463 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitLibCall()
1547 dyn_cast<Function>(MemCpy.getCallee()->stripPointerCasts())) in emitMemCpyChk()
1723 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitUnaryFloatFnCallHelper()
1773 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitBinaryFloatFnCallHelper()
1824 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts())) in emitPutChar()
1842 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()
1862 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutC()
1882 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutS()
1906 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFWrite()
1925 dyn_cast<Function>(Malloc.getCallee()->stripPointerCasts())) in emitMalloc()
[all …]
H A DEvaluator.cpp249 auto *V = CB.getCalledOperand()->stripPointerCasts(); in getCalleeWithFormalArgs()
461 Value *Ptr = PtrArg->stripPointerCasts(); in EvaluateBlock()
580 Value *Val = getVal(IBI->getAddress())->stripPointerCasts(); in EvaluateBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1403 DFSanUnionLoadFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1405 DFSanLoadLabelAndOriginFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1407 DFSanUnimplementedFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1409 DFSanWrapperExternWeakNullFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1411 DFSanSetLabelFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1413 DFSanNonzeroLabelFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1415 DFSanVarargWrapperFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1417 DFSanLoadCallbackFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1419 DFSanStoreCallbackFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
1421 DFSanMemTransferCallbackFn.getCallee()->stripPointerCasts()); in initializeRuntimeFunctions()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp156 dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in runOnFunction()
300 cast<Function>(CxxLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord()
355 cast<Function>(SehLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord()
754 if (Call->getCalledOperand()->stripPointerCasts() != in addStateStores()
755 SetJmp3.getCallee()->stripPointerCasts()) in addStateStores()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp607 dyn_cast<GlobalVariable>(InitList->getOperand(i)->stripPointerCasts())) in collectUsedGlobalVariables()
624 dyn_cast<GlobalVariable>(U->stripPointerCasts())) in setMustKeepGlobalVariables()
626 else if (const ConstantArray *CA = dyn_cast<ConstantArray>(U->stripPointerCasts())) { in setMustKeepGlobalVariables()
629 dyn_cast<GlobalVariable>(Elt->stripPointerCasts())) in setMustKeepGlobalVariables()
H A DGCRootLowering.cpp174 dyn_cast<AllocaInst>(SI->getOperand(1)->stripPointerCasts())) in InsertRootInitializers()
240 cast<AllocaInst>(CI->getArgOperand(0)->stripPointerCasts())); in DoLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp77 dyn_cast<Function>(CB->getCalledOperand()->stripPointerCasts()); in addFeatureAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp729 LI, SI, SI->getPointerOperand()->stripPointerCasts(), in processStoreOfLoad()
730 LI->getPointerOperand()->stripPointerCasts(), in processStoreOfLoad()
1005 return U->stripPointerCasts() == cpySrc && in performCallSlotOptzn()
1031 II->getArgOperand(1)->stripPointerCasts() == srcAlloca && in performCallSlotOptzn()
1083 if (C->getArgOperand(ArgI)->stripPointerCasts() == cpySrc && in performCallSlotOptzn()
1090 if (C->getArgOperand(ArgI)->stripPointerCasts() == cpySrc) { in performCallSlotOptzn()
1902 ByValArg->stripPointerCasts() != MDep->getDest()) in processByValArgument()
1975 auto *AI = dyn_cast<AllocaInst>(ImmutArg->stripPointerCasts()); in processImmutArgument()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp25 Pers ? dyn_cast<GlobalValue>(Pers->stripPointerCasts()) : nullptr; in classifyEHPersonality()

123456