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 D | ARMBasicBlockInfo.cpp | 36 case ARM::t2B: in mayOptimizeThumb2Instruction()
|
H A D | ARMConstantIslandPass.cpp | 745 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 D | ARMBaseInstrInfo.h | 488 return Opc == ARM::B || Opc == ARM::tB || Opc == ARM::t2B; in isUncondBranchOpcode()
|
H A D | ARMAsmPrinter.cpp | 1004 EmitToStreamer(*OutStreamer, MCInstBuilder(ARM::t2B)
|
H A D | ARMBaseInstrInfo.cpp | 437 ? ARM::B : (AFI->isThumb2Function() ? ARM::t2B : ARM::tB); in insertBranch() 2139 if (Opc == ARM::t2B) in getMatchingCondBranchOpcode()
|
H A D | ARMISelLowering.cpp | 10722 BuildMI(BB, dl, TII->get(ARM::t2B)) in EmitInstrWithCustomInserter()
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 706 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 D | ARMAsmBackend.cpp | 210 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 D | ARMAsmParser.cpp | 5574 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 D | ARMDisassembler.cpp | 795 case ARM::t2B: in AddThumbPredicate()
|
Completed in 70 milliseconds