OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWARegStackId
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/WebAssembly/
WebAssemblyMachineFunctionInfo.h
85
static unsigned
getWARegStackId
(unsigned Reg) {
WebAssemblyAsmPrinter.cpp
241
utostr(MFI->
getWARegStackId
(
/external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.cpp
148
O << "$pop" << WebAssemblyFunctionInfo::
getWARegStackId
(WAReg);
150
O << "$push" << WebAssemblyFunctionInfo::
getWARegStackId
(WAReg);
Completed in 72 milliseconds