OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCondBranch
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp
243
static bool
isCondBranch
(MachineInstr *MI);
591
bool AMDGPUCFGStructurizer::
isCondBranch
(MachineInstr *MI) {
629
if (MI && (
isCondBranch
(MI) || isUncondBranch(MI)))
641
if (
isCondBranch
(MI) || isUncondBranch(MI))
705
if (BranchMI &&
isCondBranch
(BranchMI) &&
1007
assert(
isCondBranch
(BranchMI));
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
121
static bool
isCondBranch
(unsigned Opc) {
128
/// Takes apart a given conditional branch MachineInstr (see
isCondBranch
),
191
if (
isCondBranch
(LastOpc)) {
232
} else if (
isCondBranch
(SecondLastOpc)) {
326
if (I->getOpcode() != AArch64::Bimm && !
isCondBranch
(I->getOpcode()))
336
if (!
isCondBranch
(I->getOpcode()))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp
815
assert(CFGTraits::
isCondBranch
(branchInstr));
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp
815
assert(CFGTraits::
isCondBranch
(branchInstr));
[
all
...]
Completed in 2809 milliseconds