Searched refs:isIndirectBranchOpcode (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h277 static inline bool isIndirectBranchOpcode(int Opc) { return Opc == AArch64::BR; } function in namespace:llvm
H A DAArch64InstrInfo.cpp172 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp150 static bool isIndirectBranchOpcode(int Opc) { function
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseInstrInfo.h331 bool isIndirectBranchOpcode(int Opc) { function in namespace:llvm
H A DARMBaseInstrInfo.cpp356 isIndirectBranchOpcode(SecondLastOpc)) &&
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h436 bool isIndirectBranchOpcode(int Opc) { function in namespace:llvm
H A DARMBaseInstrInfo.cpp322 if (isIndirectBranchOpcode(I->getOpcode()) ||
351 isIndirectBranchOpcode(I->getOpcode()) ||

Completed in 329 milliseconds