Home
last modified time | relevance | path

Searched defs:CPN (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/Analysis/
DCaptureTracking.cpp332 if (ConstantPointerNull *CPN = in PointerMayBeCaptured() local
DBasicAliasAnalysis.cpp1424 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1)) in aliasCheck() local
1427 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2)) in aliasCheck() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp352 if (auto *CPN = dyn_cast<ConstantPointerNull>(I->getOperand(OtherIdx))) { in PointerMayBeCaptured() local
DBasicAliasAnalysis.cpp1774 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1)) in aliasCheck() local
1777 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2)) in aliasCheck() local
DMemoryBuiltins.cpp724 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull& CPN) { in visitConstantPointerNull()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DCaptureTracking.cpp389 if (auto *CPN = dyn_cast<ConstantPointerNull>(I->getOperand(OtherIdx))) { in DetermineUseCaptureKind() local
DBasicAliasAnalysis.cpp1455 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O1)) in aliasCheck() local
1458 if (const ConstantPointerNull *CPN = dyn_cast<ConstantPointerNull>(O2)) in aliasCheck() local
DMemoryBuiltins.cpp790 ObjectSizeOffsetVisitor::visitConstantPointerNull(ConstantPointerNull& CPN) { in visitConstantPointerNull()
/external/llvm/lib/IR/
DFunction.cpp1203 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0)); in allocHungoffUselist() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp549 auto *CPN = ConstantPointerNull::get(cast<PointerType>(I->getType())); in findBaseDefiningValue() local
2140 Constant *CPN; in relocationViaAlloca() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1523 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0)); in allocHungoffUselist() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DFunction.cpp2034 auto *CPN = ConstantPointerNull::get(Type::getInt1PtrTy(getContext(), 0)); in allocHungoffUselist() local
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1642 Constant *CPN = ConstantPointerNull::get(PT); in relocationViaAlloca() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1782 Constant *CPN = ConstantPointerNull::get(PT); in relocationViaAlloca() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1408 ConstantPoolSDNode *CPN = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp973 ConstantPoolSDNode *CPN = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1113 ConstantPoolSDNode *CPN = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp531 if (const auto *CPN = dyn_cast<ConstantPointerNull>(C)) { in fastMaterializeConstant() local