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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 143 if (MBlaze::isCondBranchOpcode(LastOpc)) {
162 if (MBlaze::isCondBranchOpcode(SecondLastInst->getOpcode()) &&
224 !MBlaze::isCondBranchOpcode(I->getOpcode()))
234 if (!MBlaze::isCondBranchOpcode(I->getOpcode()))
MBlazeInstrInfo.h 155 inline static bool isCondBranchOpcode(int Opc) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCInstrInfo.cpp 127 static bool isCondBranchOpcode(int Opc) {
188 } else if (isCondBranchOpcode(I->getOpcode())) {
250 !isCondBranchOpcode(I->getOpcode()))
261 if (!isCondBranchOpcode(I->getOpcode()))
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 146 static bool isCondBranchOpcode(int Opc) {
182 if (isCondBranchOpcode(LastOpc)) {
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 146 static bool isCondBranchOpcode(int Opc) {
182 if (isCondBranchOpcode(LastOpc)) {
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 260 static inline bool isCondBranchOpcode(int Opc) {
AArch64InstrInfo.cpp 119 if (isCondBranchOpcode(LastOpc)) {
154 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
230 !isCondBranchOpcode(I->getOpcode()))
241 if (!isCondBranchOpcode(I->getOpcode()))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 320 bool isCondBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 297 if (isCondBranchOpcode(LastOpc)) {
334 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
379 !isCondBranchOpcode(I->getOpcode()))
389 if (!isCondBranchOpcode(I->getOpcode()))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 326 static inline bool isCondBranchOpcode(int Opc) {
AArch64InstrInfo.cpp 221 if (isCondBranchOpcode(LastOpc)) {
256 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
333 !isCondBranchOpcode(I->getOpcode()))
347 if (!isCondBranchOpcode(I->getOpcode())) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 425 bool isCondBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 329 } else if (isCondBranchOpcode(I->getOpcode())) {
391 !isCondBranchOpcode(I->getOpcode()))
401 if (!isCondBranchOpcode(I->getOpcode()))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 472 bool isCondBranchOpcode(int Opc) {
ARMBaseInstrInfo.cpp 347 } else if (isCondBranchOpcode(I->getOpcode())) {
411 !isCondBranchOpcode(I->getOpcode()))
421 if (!isCondBranchOpcode(I->getOpcode()))
    [all...]

Completed in 1642 milliseconds