HomeSort by relevance Sort by last modified time
    Searched refs:isJumpTableBranchOpcode (Results 1 - 6 of 6) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 476 static inline bool isJumpTableBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 341 isJumpTableBranchOpcode(I->getOpcode())) {
370 isJumpTableBranchOpcode(I->getOpcode()) ||
    [all...]

Completed in 1088 milliseconds