Home
last modified time | relevance | path

Searched refs:t2B (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp36 case ARM::t2B: in mayOptimizeThumb2Instruction()
H A DARMConstantIslandPass.cpp745 UOpc = ARM::t2B; in initializeFunctionInfo()
749 case ARM::t2B: in initializeFunctionInfo()
909 unsigned Opc = isThumb ? (isThumb2 ? ARM::t2B : ARM::tB) : ARM::B; in splitBlockBeforeInstr()
1095 || PredMI->getOpcode() == ARM::t2B) in BBIsJumpedOver()
1181 case ARM::t2B: in getUnconditionalBrDisp()
1295 int UncondBr = isThumb ? ((isThumb2) ? ARM::t2B : ARM::tB) : ARM::B; in createNewWater()
1829 case ARM::t2B: in optimizeThumb2Branches()
2437 BuildMI(NewBB, DebugLoc(), TII->get(ARM::t2B)) in adjustJTTargetBlockForward()
H A DARMBaseInstrInfo.h488 return Opc == ARM::B || Opc == ARM::tB || Opc == ARM::t2B; in isUncondBranchOpcode()
H A DARMAsmPrinter.cpp1004 EmitToStreamer(*OutStreamer, MCInstBuilder(ARM::t2B)
H A DARMBaseInstrInfo.cpp437 ? ARM::B : (AFI->isThumb2Function() ? ARM::t2B : ARM::tB); in insertBranch()
2139 if (Opc == ARM::t2B) in getMatchingCondBranchOpcode()
H A DARMISelLowering.cpp10722 BuildMI(BB, dl, TII->get(ARM::t2B)) in EmitInstrWithCustomInserter()
/third_party/ffmpeg/libpostproc/
H A Dpostprocess_altivec_template.c706 const vector signed int t2B = vec_or(sumB, tB); in dering_altivec() local
710 const vector signed int t3B = vec_and(vec_sra(t2B, vuint32_1), in dering_altivec()
711 vec_sl(t2B, vuint32_1)); in dering_altivec()
715 const vector signed int yB = vec_and(t2B, t3B); in dering_altivec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp210 return HasV8MBaselineOps ? (unsigned)ARM::t2B : Op; in getRelaxedOpcode()
236 // Relaxing tB to t2B. tB has a signed 12-bit displacement with the in reasonForFixupRelaxation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5574 case ARM::t2B: in cvtThumbBranches()
5586 case ARM::t2Bcc: Inst.setOpcode(ARM::t2B); break; in cvtThumbBranches()
5597 case ARM::t2B: in cvtThumbBranches()
5599 Inst.setOpcode(Cond == ARMCC::AL ? ARM::t2B : ARM::t2Bcc); in cvtThumbBranches()
5606 // classify tB as either t2B or t1B based on range of immediate operand in cvtThumbBranches()
5610 Inst.setOpcode(ARM::t2B); in cvtThumbBranches()
7751 case ARM::t2B: { in validateInstruction()
9909 case ARM::t2B: in processInstruction()
9917 // If the conditional is AL or we're in an IT block, we really want t2B. in processInstruction()
9919 Inst.setOpcode(ARM::t2B); in processInstruction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp795 case ARM::t2B: in AddThumbPredicate()

Completed in 70 milliseconds