Home
last modified time | relevance | path

Searched refs:CallSiteLoc (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DLocation.cpp46 .Case([&](CallSiteLoc callLoc) -> WalkResult { in walk()
68 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
76 CallSiteLoc CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
80 caller = CallSiteLoc::get(frame, caller); in get()
81 return CallSiteLoc::get(name, caller); in get()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DLocation.cpp46 .Case([&](CallSiteLoc callLoc) -> WalkResult { in walk()
68 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
76 CallSiteLoc CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
80 caller = CallSiteLoc::get(frame, caller); in get()
81 return CallSiteLoc::get(name, caller); in get()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DLocation.cpp46 .Case([&](CallSiteLoc callLoc) -> WalkResult { in walk()
68 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
76 CallSiteLoc CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
80 caller = CallSiteLoc::get(frame, caller); in get()
81 return CallSiteLoc::get(name, caller); in get()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DLocation.cpp46 .Case([&](CallSiteLoc callLoc) -> WalkResult { in walk()
68 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
76 CallSiteLoc CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
80 caller = CallSiteLoc::get(frame, caller); in get()
81 return CallSiteLoc::get(name, caller); in get()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DLocation.cpp22 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
30 Location CallSiteLoc::get(Location callee, Location caller) { in get()
34 Location CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
38 caller = CallSiteLoc::get(frame, caller); in get()
39 return CallSiteLoc::get(name, caller); in get()
42 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee()
44 Location CallSiteLoc::getCaller() const { return getImpl()->caller; } in getCaller()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DLocation.cpp22 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
30 Location CallSiteLoc::get(Location callee, Location caller) { in get()
34 Location CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
38 caller = CallSiteLoc::get(frame, caller); in get()
39 return CallSiteLoc::get(name, caller); in get()
42 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee()
44 Location CallSiteLoc::getCaller() const { return getImpl()->caller; } in getCaller()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DLocation.cpp22 return attr.isa<CallSiteLoc, FileLineColLoc, FusedLoc, NameLoc, OpaqueLoc, in classof()
30 Location CallSiteLoc::get(Location callee, Location caller) { in get()
34 Location CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
38 caller = CallSiteLoc::get(frame, caller); in get()
39 return CallSiteLoc::get(name, caller); in get()
42 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee()
44 Location CallSiteLoc::getCaller() const { return getImpl()->caller; } in getCaller()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DLocation.cpp20 Location CallSiteLoc::get(Location callee, Location caller) { in get()
25 Location CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
29 caller = CallSiteLoc::get(frame, caller); in get()
30 return CallSiteLoc::get(name, caller); in get()
33 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee()
35 Location CallSiteLoc::getCaller() const { return getImpl()->caller; } in getCaller()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DLocation.cpp20 Location CallSiteLoc::get(Location callee, Location caller) { in get()
25 Location CallSiteLoc::get(Location name, ArrayRef<Location> frames) { in get()
29 caller = CallSiteLoc::get(frame, caller); in get()
30 return CallSiteLoc::get(name, caller); in get()
33 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee()
35 Location CallSiteLoc::getCaller() const { return getImpl()->caller; } in getCaller()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext()
74 NewNode.CallSiteLoc = CallSite; in moveToChildContext()
130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
142 << " Callsite: " << CallSiteLoc << "\n" in dump()
468 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
483 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
485 CallSiteLoc = NextCallSiteLoc; in getOrCreateContextPath()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext()
74 NewNode.CallSiteLoc = CallSite; in moveToChildContext()
130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
142 << " Callsite: " << CallSiteLoc << "\n" in dump()
468 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
483 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
485 CallSiteLoc = NextCallSiteLoc; in getOrCreateContextPath()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext()
74 NewNode.CallSiteLoc = CallSite; in moveToChildContext()
130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
142 << " Callsite: " << CallSiteLoc << "\n" in dump()
468 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
483 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
485 CallSiteLoc = NextCallSiteLoc; in getOrCreateContextPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext()
74 NewNode.CallSiteLoc = CallSite; in moveToChildContext()
130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
142 << " Callsite: " << CallSiteLoc << "\n" in dump()
468 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
483 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
485 CallSiteLoc = NextCallSiteLoc; in getOrCreateContextPath()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext()
74 NewNode.CallSiteLoc = CallSite; in moveToChildContext()
130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
142 << " Callsite: " << CallSiteLoc << "\n" in dump()
468 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
481 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
483 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
485 CallSiteLoc = NextCallSiteLoc; in getOrCreateContextPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext()
74 NewNode.CallSiteLoc = CallSite; in moveToChildContext()
130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
142 << " Callsite: " << CallSiteLoc << "\n" in dump()
465 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
478 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
480 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
482 CallSiteLoc = NextCallSiteLoc; in getOrCreateContextPath()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext()
74 NewNode.CallSiteLoc = CallSite; in moveToChildContext()
139 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
151 << " Callsite: " << CallSiteLoc << "\n" in dumpNode()
509 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
515 ContextNode->getOrCreateChildContext(CallSiteLoc, Callsite.FuncName); in getOrCreateContextPath()
518 ContextNode->getChildContext(CallSiteLoc, Callsite.FuncName); in getOrCreateContextPath()
520 CallSiteLoc = Callsite.Location; in getOrCreateContextPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext()
70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext()
74 NewNode.CallSiteLoc = CallSite; in moveToChildContext()
130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc()
142 << " Callsite: " << CallSiteLoc << "\n" in dump()
465 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local
478 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
480 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath()
482 CallSiteLoc = NextCallSiteLoc; in getOrCreateContextPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp57 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdvice() local
58 bool InlineRecommended = InlineSitesFromRemarks.count(CallSiteLoc) > 0; in getAdvice()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp70 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdviceImpl() local
72 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DReplayInlineAdvisor.cpp70 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdviceImpl() local
72 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp70 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdviceImpl() local
72 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp70 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdviceImpl() local
72 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp71 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdviceImpl() local
73 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp70 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdviceImpl() local
72 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp70 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdviceImpl() local
72 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()

1234567