OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchingCondBranchOpcode
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h
216
int
getMatchingCondBranchOpcode
(int Opc, bool sense) const;
HexagonInstrInfo.cpp
764
getMatchingCondBranchOpcode
(int Opc, bool invertPredicate) const {
810
MI->setDesc(get(
getMatchingCondBranchOpcode
(Opc, invertJump)));
[
all
...]
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h
368
int
getMatchingCondBranchOpcode
(int Opc);
ARMBaseInstrInfo.cpp
457
MI->setDesc(get(
getMatchingCondBranchOpcode
(Opc)));
[
all
...]
Completed in 43 milliseconds