Home
last modified time | relevance | path

Searched defs:calculate (Results 1 – 18 of 18) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/
H A DCommonFolders.h40 CalculationT &&calculate) { in constFoldBinaryOpConditional()
128 CalculationT &&calculate) { in constFoldBinaryOpConditional()
166 CalculationT &&calculate) { in constFoldBinaryOp()
180 CalculationT &&calculate) { in constFoldBinaryOp()
198 CalculationT &&calculate) { in constFoldUnaryOpConditional()
256 CalculationT &&calculate) { in constFoldUnaryOp()
270 CalculationT &&calculate) { in constFoldCastOp()
/llvm-project/llvm/lib/CodeGen/
H A DMachineDominators.cpp98 void MachineDominatorTree::calculate(MachineFunction &F) { calculate() function in MachineDominatorTree
H A DLiveIntervalCalc.cpp42 void LiveIntervalCalc::calculate(LiveInterval &LI, bool TrackSubRegs) { calculate() function in LiveIntervalCalc
H A DMachineLoopInfo.cpp50 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { calculate() function in MachineLoopInfo
H A DMachineBlockFrequencyInfo.cpp194 void MachineBlockFrequencyInfo::calculate( calculate() function in MachineBlockFrequencyInfo
/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h130 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( calculate() function
/llvm-project/clang/test/SemaCXX/
H A Dblocks.cpp35 int calculate(unsigned n) { in calculate() function in test2::Power
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
H A Dmain.mm145 int calculate () // external symbol, will not be completely stripped function
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp136 void calculate() { in calculate() function in __anonaa7be00e0111::ReachabilityGraph
207 void calculate() { in calculate() function in __anonaa7be00e0111::LoopBlocks
/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontierImpl.h158 ForwardDominanceFrontierBase<BlockT>::calculate(const DomTreeT &DT, calculate() function
H A DRegionInfoImpl.h881 void RegionInfoBase<Tr>::calculate(FuncT &F) { calculate() function
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DIndexOps.cpp72 calculate) { in foldBinaryOpUnchecked() argument
97 foldBinaryOpChecked(ArrayRef<Attribute> operands,function_ref<std::optional<APInt> (const APInt &,const APInt & lhs)> calculate) foldBinaryOpChecked() argument
/llvm-project/clang/test/Analysis/
H A Dretain-release-path-notes.m369 +(int)calculate { class
/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp184 void BlockFrequencyInfo::calculate(const Function &F, in calculate() function in BlockFrequencyInfo
H A DBranchProbabilityInfo.cpp1223 void BranchProbabilityInfo::calculate(const Function &F, const LoopInfo &LoopI, calculate() function in BranchProbabilityInfo
/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp94 std::string calculate(PathRef Original, PathRef Preferred = "", in calculate() function in clang::clangd::__anona7be645f0111::HeadersTest
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp207 PhiAnalyzer::PeelCounter PhiAnalyzer::calculate(const Value &V) { in calculate() function in __anoncff144e10111::PhiAnalyzer
/llvm-project/lldb/source/Target/
H A DThread.cpp379 GetPrivateStopInfo(bool calculate) GetPrivateStopInfo() argument