OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOperationName
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp
109
std::string Result = Node->
getOperationName
(G);
SelectionDAGDumper.cpp
59
std::string SDNode::
getOperationName
(const SelectionDAG *G) const {
940
OS << " = " <<
getOperationName
(G);
950
OS << Value->
getOperationName
(G) << ':';
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
3843
AtomicRMWInst::
getOperationName
(Op) +
3848
AtomicRMWInst::
getOperationName
(Op) +
3853
AtomicRMWInst::
getOperationName
(Op) +
AsmWriter.cpp
4005
Out << ' ' << AtomicRMWInst::
getOperationName
(RMWI->getOperation());
Instructions.cpp
1630
StringRef AtomicRMWInst::
getOperationName
(BinOp Op) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
986
std::string
getOperationName
(const SelectionDAG *G = nullptr) const;
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
7677
"atomicrmw " + AtomicRMWInst::
getOperationName
(Operation) +
7683
AtomicRMWInst::
getOperationName
(Operation) +
7689
AtomicRMWInst::
getOperationName
(Operation) +
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp
1877
std::string Name = "Unexpected operation: " + Op->
getOperationName
(&DAG);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
795
static StringRef
getOperationName
(BinOp Op);
Completed in 45 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026