OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isJumpTableBranchOpcode
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h
325
bool
isJumpTableBranchOpcode
(int Opc) {
ARMBaseInstrInfo.cpp
355
if ((
isJumpTableBranchOpcode
(SecondLastOpc) ||
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
430
bool
isJumpTableBranchOpcode
(int Opc) {
ARMBaseInstrInfo.cpp
323
isJumpTableBranchOpcode
(I->getOpcode())) {
352
isJumpTableBranchOpcode
(I->getOpcode()) ||
[
all
...]
Completed in 113 milliseconds