HomeSort by relevance Sort by last modified time
    Searched defs:isUncondBranchOpcode (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 258 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; }
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 420 bool isUncondBranchOpcode(int Opc) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 315 bool isUncondBranchOpcode(int Opc) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 467 bool isUncondBranchOpcode(int Opc) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 324 static inline bool isUncondBranchOpcode(int Opc) { return Opc == AArch64::B; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCInstrInfo.cpp 125 static bool isUncondBranchOpcode(int Opc) { return Opc == ARC::BR; }
186 } else if (isUncondBranchOpcode(I->getOpcode())) {
209 if (!isPredicated(*I) && (isUncondBranchOpcode(I->getOpcode()) ||
249 if (!isUncondBranchOpcode(I->getOpcode()) &&
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 144 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; }
178 if (isUncondBranchOpcode(LastOpc)) {
196 if (AllowModify && isUncondBranchOpcode(LastOpc)) {
197 while (isUncondBranchOpcode(SecondLastOpc)) {
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
225 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.h 144 inline static bool isUncondBranchOpcode(int Opc) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 144 static bool isUncondBranchOpcode(int Opc) { return Opc == SP::BA; }
178 if (isUncondBranchOpcode(LastOpc)) {
196 if (AllowModify && isUncondBranchOpcode(LastOpc)) {
197 while (isUncondBranchOpcode(SecondLastOpc)) {
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
225 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {

Completed in 1515 milliseconds