OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isIndirectBranchOpcode
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
429
static inline bool
isIndirectBranchOpcode
(int Opc) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
655
bool
isIndirectBranchOpcode
(int Opc) {
709
return MI.isReturn() ||
isIndirectBranchOpcode
(MI.getOpcode()) ||
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
149
static bool
isIndirectBranchOpcode
(int Opc) {
231
if (
isIndirectBranchOpcode
(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.cpp
124
static bool
isIndirectBranchOpcode
(int Opc) {
215
if (
isIndirectBranchOpcode
(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
Completed in 28 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026