OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isUncondBranchOpcode
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
410
static inline bool
isUncondBranchOpcode
(int Opc) { return Opc == AArch64::B; }
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCInstrInfo.cpp
137
static bool
isUncondBranchOpcode
(int Opc) { return Opc == ARC::BR; }
198
} else if (
isUncondBranchOpcode
(I->getOpcode())) {
221
if (!isPredicated(*I) && (
isUncondBranchOpcode
(I->getOpcode()) ||
261
if (!
isUncondBranchOpcode
(I->getOpcode()) &&
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
562
bool
isUncondBranchOpcode
(int Opc) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
143
static bool
isUncondBranchOpcode
(int Opc) { return Opc == SP::BA; }
177
if (
isUncondBranchOpcode
(LastOpc)) {
195
if (AllowModify &&
isUncondBranchOpcode
(LastOpc)) {
196
while (
isUncondBranchOpcode
(SecondLastOpc)) {
216
if (isCondBranchOpcode(SecondLastOpc) &&
isUncondBranchOpcode
(LastOpc)) {
224
if (
isUncondBranchOpcode
(SecondLastOpc) &&
isUncondBranchOpcode
(LastOpc)) {
231
if (isIndirectBranchOpcode(SecondLastOpc) &&
isUncondBranchOpcode
(LastOpc)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.cpp
97
static bool
isUncondBranchOpcode
(int Opc) {
162
if (
isUncondBranchOpcode
(LastOpc)) {
180
if (AllowModify &&
isUncondBranchOpcode
(LastOpc)) {
181
while (
isUncondBranchOpcode
(SecondLastOpc)) {
200
if (isCondBranchOpcode(SecondLastOpc) &&
isUncondBranchOpcode
(LastOpc)) {
208
if (
isUncondBranchOpcode
(SecondLastOpc) &&
isUncondBranchOpcode
(LastOpc)) {
215
if (isIndirectBranchOpcode(SecondLastOpc) &&
isUncondBranchOpcode
(LastOpc)) {
303
if (!
isUncondBranchOpcode
(I->getOpcode()) &&
Completed in 20 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026