Searched defs:Start (Results 126 - 150 of 226) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h341 const SCEV *Start; member in struct:llvm::RuntimePointerChecking::PointerInfo
355 PointerInfo(Value *PointerValue, const SCEV *Start, const SCEV *End, argument
H A DLoopInfo.h513 DebugLoc Start; member in class:llvm::Loop::LocRange
518 LocRange(DebugLoc Start) : Start(Start), End(Start) {} argument
519 LocRange(DebugLoc Start, DebugLoc End) argument
[all...]
H A DMemorySSA.h1087 memoryaccess_def_iterator_base(T *Start) : Access(Start) {} argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp628 static unsigned PluralNumber(const char *&Start, const char *End) { argument
640 static bool TestPluralRange(unsigned Val, const char *&Start, const char *End) { argument
657 EvalPluralExpr(unsigned ValNo, const char *Start, const char *End) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp127 CharUnits Start = CharUnits::Zero(), End = CharUnits::Zero(); member in struct:__anon2871::CopyStructVisitor
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1294 SourceLocation Start = FormatTok->Tok.getLocation(); local
1601 void cleanupPair(FormatToken *Start, LeftKind LK, RightKind RK, argument
1628 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { argument
1633 cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) argument
1843 affectsRange(ArrayRef<tooling::Range> Ranges, unsigned Start, unsigned End) argument
1866 unsigned Start = Includes[Indices[i]].Offset; local
[all...]
H A DTokenAnnotator.cpp1906 FormatToken *Start = Current; local
2013 void addFakeParenthesis(FormatToken *Start, prec::Level Precedence) { argument
2045 FormatToken *Start = Current; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp807 const char *Start = CurLexer->getBufferLocation(); local
H A DPreprocessor.cpp247 const char *Start = SourceMgr.getCharacterData(Tok.getLocation()); local
993 SourceLocation Start = FilenameTok.getLocation(); local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp50 void Start(int TraceLevel) { function in struct:fuzzer::MallocFreeTracer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp678 Constant *llvm::createStrideMask(IRBuilder<> &Builder, unsigned Start, argument
687 Constant *llvm::createSequentialMask(IRBuilder<> &Builder, unsigned Start, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp443 SampleProfileReaderBinary::readFuncProfile(const uint8_t *Start) { argument
474 SampleProfileReaderExtBinary::readOneSection(const uint8_t *Start, argument
533 const uint8_t *Start = Data; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp126 SMLoc Start, End; member in class:__anon5105::AVROperand
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp583 static std::unique_ptr<LanaiOperand> CreateToken(StringRef Str, SMLoc Start) { argument
592 static std::unique_ptr<LanaiOperand> createReg(unsigned RegNum, SMLoc Start, argument
691 SMLoc Start = Parser.getTok().getLoc(); local
720 SMLoc Start local
601 createImm(const MCExpr *Value, SMLoc Start, SMLoc End) argument
778 SMLoc Start = Parser.getTok().getLoc(); local
952 SMLoc Start = Parser.getTok().getLoc(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp448 auto *Start = dyn_cast<SCEVConstant>(LatchCheck.IV->getStart()); local
H A DMemCpyOptimizer.cpp88 int64_t Start, End; member in struct:__anon5698::MemsetRange
194 void MemsetRanges::addRange(int64_t Start, int64_t Size, Value *Ptr, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp248 Instruction *Start = &*BB->begin(); local
H A DPredicateInfo.cpp542 size_t Start = RevIter - RenameStack.rbegin(); local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp403 unsigned Start = (OC[Offset + 1] & 0xf0) >> 4; local
418 unsigned Start = (OC[Offset + 1] & 0xf0) >> 4; local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp653 std::pair<StringRef, StringRef::iterator> parseName(StringRef::iterator Start, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp150 unsigned Start, End; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp75 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, TokOp T) argument
77 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I) argument
79 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, FltOp F) argument
81 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, SymOp S) argument
83 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End) argument
890 auto Start = MCSymbolRefExpr::create(LastFunctionLabel, getContext()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h81 X86Operand(KindTy K, SMLoc Start, SMLoc End) argument
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp110 const PosPtr Start = getNextTokenStartPos(); variable
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp833 SlotIndex Start = LI.beginIndex(); local

Completed in 389 milliseconds

12345678910