OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getReturnOpcode
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
XRayInstrumentation.cpp
98
(op.HandleAllReturns || T.getOpcode() == TII->
getReturnOpcode
())) {
131
(op.HandleAllReturns || T.getOpcode() == TII->
getReturnOpcode
())) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.cpp
127
if (TII->
getReturnOpcode
() < TII->getNumOpcodes()) {
128
BuildMI(MBB, DL, TII->get(TII->
getReturnOpcode
()));
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h
907
unsigned
getReturnOpcode
() const {
ARMCallLowering.cpp
215
unsigned Opcode = ST.
getReturnOpcode
();
ARMFrameLowering.cpp
2717
BuildMI(AllocMBB, DL, TII.get(ST->
getReturnOpcode
())).add(predOps(ARMCC::AL));
ARMFastISel.cpp
2160
RetOpc = Subtarget->
getReturnOpcode
();
ARMBaseInstrInfo.cpp
6423
BuildMI(MBB, MBB.end(), DebugLoc(), get(Subtarget.
getReturnOpcode
()))
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h
233
unsigned
getReturnOpcode
() const { return ReturnOpcode; }
Completed in 24 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026