HomeSort by relevance Sort by last modified time
    Searched refs:isIndirectBranchOpcode (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 277 static inline bool isIndirectBranchOpcode(int Opc) { return Opc == AArch64::BR; }
AArch64InstrInfo.cpp 172 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 150 static bool isIndirectBranchOpcode(int Opc) {
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 150 static bool isIndirectBranchOpcode(int Opc) {
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 331 bool isIndirectBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 356 isIndirectBranchOpcode(SecondLastOpc)) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 343 static inline bool isIndirectBranchOpcode(int Opc) {
AArch64InstrInfo.cpp 274 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 436 bool isIndirectBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 322 if (isIndirectBranchOpcode(I->getOpcode()) ||
351 isIndirectBranchOpcode(I->getOpcode()) ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 483 bool isIndirectBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 340 if (isIndirectBranchOpcode(I->getOpcode()) ||
369 isIndirectBranchOpcode(I->getOpcode()) ||
    [all...]

Completed in 2274 milliseconds