Searched refs:RPtr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Region.cpp | 185 for (auto &RPtr : Regions) in createRegionsFromMD() local 186 for (auto *I : RPtr->getAux()) in createRegionsFromMD()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 272 [&SymbolicBeforeOffset](const Binding *LPtr, const Binding *RPtr) { in printJson() argument 274 const BindingKey &R = RPtr->first; in printJson()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1922 Value *RPtr, ShapeInfo RShape, StoreInst *Store) { in createTiledLoops() argument 1958 loadMatrix(RPtr, {}, false, RShape, TI.KLoop.Index, TI.ColumnLoop.Index, in createTiledLoops()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 1288 llvm::Value *RPtr = Builder.CreateExtractValue(R, 0, "rhs.memptr.ptr"); in EmitMemberPointerComparison() local 1292 llvm::Value *PtrEq = Builder.CreateICmp(Eq, LPtr, RPtr, "cmp.ptr"); in EmitMemberPointerComparison()
|