Home
last modified time | relevance | path

Searched defs:Comp (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h116 const Comparator &Comp) { in medianOf3()
127 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()
153 const Comparator &Comp) { in parallel_sort()
/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h84 template <typename T> void setCompleter(T Comp) { in setCompleter()
92 template <typename T> void setListCompleter(T Comp) { in setListCompleter()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h44 explicit Comp(SourceManager &SM) : SM(SM) {} in Comp() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.h193 virtual void printSymbols(std::optional<SymbolComparator> Comp) {} in printSymbols()
195 virtual void printDynamicSymbols(std::optional<SymbolComparator> Comp) {} in printDynamicSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp108 Directive Comp = in getLeafOrCompositeConstructs() local
H A DOMPIRBuilder.cpp4646 Instruction *Comp = &*Builder.GetInsertPoint(); in applyDynamicWorkshareLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp164 ICmpInst *Comp = nullptr; in NewLeafBlock() local
290 ICmpInst *Comp = new ICmpInst(ICmpInst::ICMP_SLT, Val, Pivot.Low, "Pivot"); in SwitchConvert() local
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp71 for (const Completion &Comp : Comps) in complete() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp154 auto Comp = [SortUsingDeclarations](const UsingDeclaration &Lhs, in endUsingDeclarationBlock() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp96 CompareFunc Comp = getComparisonFunc(opts::pretty::ClassOrder); in filterAndSortClassDefs() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp290 Compare Comp) { in checkAttributeNumArgsImpl()
H A DSemaDeclCXX.cpp8618 ExprResult Comp; in visitExpandedSubobject() local
H A DTreeTransform.h11957 Component Comp; in TransformOffsetOfExpr() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1152 StringRef Comp = Components[Idx]; in normalize() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp149 struct Comp { in apply() struct
150 bool operator()(const CodeGenInstruction *LHS, StringRef RHS) { in apply()
153 bool operator()(StringRef LHS, const CodeGenInstruction *RHS) { in apply()
H A DCodeGenRegisters.cpp327 for (auto Comp : Comps) { in computeSubRegs() local
1391 CodeGenSubRegIndex *Comp = A->compose(B); in getCompositeSubRegIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp176 for (StringRef Comp : llvm::make_range(path::begin(Path), path::end(Path))) in pathHasTraversal() local
2680 for (auto &Comp : Path) in getVFSEntries() local
2691 for (auto &Comp : Path) in getVFSEntries() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp414 int (*Comp)(const PathDiagnostic *const *, const PathDiagnostic *const *) = in FlushDiagnostics() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp9635 MachineInstr *Comp; member in __anon56a76da32311::AArch64PipelinerLoopInfo
9652 MachineInstr *Comp, unsigned CompCounterOprNum, in AArch64PipelinerLoopInfo()
9977 MachineInstr *Comp = nullptr; in analyzeLoopForPipelining() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4315 StringRef Comp = Accessor->getName(); in containsDuplicateElements() local
4335 StringRef Comp = Accessor->getName(); in getEncodedElementAccess() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h876 bool Comp(InterpState &S, CodePtr OpPC) { in Comp() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp734 const auto &Comp = CompInfo[CompIdx]; in getRegIndices() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5897 DefaultedFunctionKind(DefaultedComparisonKind Comp) in DefaultedFunctionKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14877 unsigned Comp; in adjustWritemask() local