Searched refs:StartPtr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 787 tryReadNumericUCN(const char *&StartPtr, const char *SlashLoc, Token *Result); 788 std::optional<uint32_t> tryReadNamedUCN(const char *&StartPtr, 803 uint32_t tryReadUCN(const char *&StartPtr, const char *SlashLoc, Token *Result);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 318 Instruction *collectInitializers(Instruction *StartInst, Value *StartPtr, 363 Value *StartPtr, in collectInitializers() argument 366 MemoryLocation AllocaLoc{StartPtr, Size}; in collectInitializers() 392 NextStore->getPointerOperand()->getPointerOffsetFrom(StartPtr, *DL); in collectInitializers() 410 MSI->getDest()->getPointerOffsetFrom(StartPtr, *DL); in collectInitializers()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 3413 std::optional<uint32_t> Lexer::tryReadNumericUCN(const char *&StartPtr, in tryReadNumericUCN() argument 3417 char Kind = getCharAndSize(StartPtr, CharSize); in tryReadNumericUCN() 3437 const char *CurPtr = StartPtr + CharSize; in tryReadNumericUCN() 3514 if (CurPtr - StartPtr == (ptrdiff_t)(Count + 1 + (Delimited ? 2 : 0))) in tryReadNumericUCN() 3515 StartPtr = CurPtr; in tryReadNumericUCN() 3517 while (StartPtr != CurPtr) in tryReadNumericUCN() 3518 (void)getAndAdvanceChar(StartPtr, *Result); in tryReadNumericUCN() 3520 StartPtr = CurPtr; in tryReadNumericUCN() 3525 std::optional<uint32_t> Lexer::tryReadNamedUCN(const char *&StartPtr, in tryReadNamedUCN() argument 3531 char C = getCharAndSize(StartPtr, CharSize); in tryReadNamedUCN() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 97 Value *StartPtr; member 219 R.StartPtr = Ptr; in addRange() 241 I->StartPtr = Ptr; in addRange() 352 Value *StartPtr, in tryMergingIntoMemset() argument 420 NextStore->getPointerOperand()->getPointerOffsetFrom(StartPtr, DL); in tryMergingIntoMemset() 434 MSI->getDest()->getPointerOffsetFrom(StartPtr, DL); in tryMergingIntoMemset() 470 StartPtr = Range.StartPtr; in tryMergingIntoMemset() 472 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start, in tryMergingIntoMemset()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.h | 84 Instruction *tryMergingIntoMemset(Instruction *I, Value *StartPtr,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 217 auto *StartPtr = dyn_cast<SCEVUnknown>(PointerBase); in evaluatePtrAddRecAtMaxBTCWillNotWrap() local 218 if (!StartPtr) in evaluatePtrAddRecAtMaxBTCWillNotWrap() 221 uint64_t DerefBytes = StartPtr->getValue()->getPointerDereferenceableBytes( in evaluatePtrAddRecAtMaxBTCWillNotWrap() 237 if (!SE.isKnownPredicate(CmpInst::ICMP_UGE, AR->getStart(), StartPtr)) in evaluatePtrAddRecAtMaxBTCWillNotWrap() 240 SE.getMinusSCEV(AR->getStart(), StartPtr), WiderTy); in evaluatePtrAddRecAtMaxBTCWillNotWrap() 1005 static void visitPointers(Value *StartPtr, const Loop &InnermostLoop, in visitPointers() argument 1009 WorkList.push_back(StartPtr); in visitPointers()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 784 uintptr_t StartPtr = reinterpret_cast<uintptr_t>(Start); in getRawData() local 786 if (Error E = Binary::checkOffset(Data, StartPtr, Size)) in getRawData() 788 " data with offset 0x" + Twine::utohexstr(StartPtr) + in getRawData()
|