Home
last modified time | relevance | path

Searched defs:compute (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h52 void compute() { in compute() function
H A DGenericCycleImpl.h503 void GenericCycleInfo<ContextT>::compute(FunctionT &F) { in compute() function
H A DGenericUniformityImpl.h1121 void GenericUniformityAnalysisImpl<ContextT>::compute() { in compute() function
1408 void llvm::ModifiedPostOrder<ContextT>::compute(const CycleInfoT &CI) { in compute() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DSourceExtraction.cpp73 ExtractionSemicolonPolicy::compute(const Stmt *S, SourceRange &ExtractedRange, in compute() function in clang::tooling::ExtractionSemicolonPolicy
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp128 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo
H A DInterleavedLoadCombinePass.cpp712 static bool compute(Value *V, VectorInfo &Result, const DataLayout &DL) { in compute() function
H A DScheduleDAGInstrs.cpp1486 void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) { in compute() function in SchedDFSResult
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DHashRecognize.cpp237 KnownBits ValueEvolution::compute(const Value *V) { in compute() function in ValueEvolution
H A DMemoryBuiltins.cpp754 SizeOffsetAPInt ObjectSizeOffsetVisitor::compute(Value *V) { in compute() function in ObjectSizeOffsetVisitor
1192 SizeOffsetValue ObjectSizeOffsetEvaluator::compute(Value *V) { in compute() function in ObjectSizeOffsetEvaluator
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp331 void InferPedantic::compute(VecOrSet DiagsInPedantic, in compute() function in InferPedantic
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2101 CommonPointerBase CommonPointerBase::compute(Value *LHS, Value *RHS) { in compute() function in CommonPointerBase
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h450 virtual SExpr *compute() { return nullptr; } in compute() function