Home
last modified time | relevance | path

Searched refs:BranchTarget (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp132 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr()); in printPCRelImm() local
134 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printPCRelImm()
DX86ATTInstPrinter.cpp151 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr()); in printPCRelImm() local
153 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printPCRelImm()
/external/mesa3d/src/mesa/program/
Dprog_print.c785 inst->BranchTarget, in _mesa_fprint_instruction_opt()
804 fprintf(f, " # (if false, goto %d)", inst->BranchTarget); in _mesa_fprint_instruction_opt()
808 fprintf(f, "ELSE; # (goto %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt()
814 fprintf(f, "BGNLOOP; # (end at %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt()
817 fprintf(f, "ENDLOOP; # (goto %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt()
825 inst->BranchTarget); in _mesa_fprint_instruction_opt()
847 fprintf(f, "CAL %s; # (goto %d)\n", inst->Comment, inst->BranchTarget); in _mesa_fprint_instruction_opt()
850 fprintf(f, "CAL %u", inst->BranchTarget); in _mesa_fprint_instruction_opt()
Dprog_execute.c718 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()
723 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()
725 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */ in _mesa_execute_program()
735 pc = inst->BranchTarget - 1; in _mesa_execute_program()
739 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()
744 pc = inst->BranchTarget; in _mesa_execute_program()
748 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()
753 pc = inst->BranchTarget - 1; in _mesa_execute_program()
764 pc = inst->BranchTarget - 1; in _mesa_execute_program()
951 ASSERT(program->Instructions[inst->BranchTarget].Opcode in _mesa_execute_program()
[all …]
Dprogram.c586 if (inst->BranchTarget > 0) { in _mesa_insert_instructions()
587 if ((GLuint)inst->BranchTarget >= start) { in _mesa_insert_instructions()
588 inst->BranchTarget += count; in _mesa_insert_instructions()
635 if (inst->BranchTarget > 0) { in _mesa_delete_instructions()
636 if (inst->BranchTarget > (GLint) start) { in _mesa_delete_instructions()
637 inst->BranchTarget -= count; in _mesa_delete_instructions()
749 newInst[lenA + i].BranchTarget += lenA; in _mesa_combine_programs()
Dprog_instruction.h408 GLint BranchTarget; member
Dir_to_mesa.cpp2268 mesa_instructions[i].BranchTarget = -1; in set_branchtargets()
2285 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i; in set_branchtargets()
2289 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i; in set_branchtargets()
2305 if (mesa_instructions[j].BranchTarget == -1) { in set_branchtargets()
2306 mesa_instructions[j].BranchTarget = i; in set_branchtargets()
2311 mesa_instructions[i].BranchTarget = loop_stack[loop_stack_pos]; in set_branchtargets()
2312 mesa_instructions[loop_stack[loop_stack_pos]].BranchTarget = i; in set_branchtargets()
2318 if (entry->sig_id == mesa_instructions[i].BranchTarget) { in set_branchtargets()
2319 mesa_instructions[i].BranchTarget = entry->inst; in set_branchtargets()
Dprog_optimize.c1008 loopStack[loopStackDepth].End = inst->BranchTarget; in _mesa_find_temp_intervals()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1317 const MCConstantExpr *BranchTarget = in printAlignedLabel() local
1320 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printAlignedLabel()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h474 const MCSymbolRefExpr *BranchTarget) const override;
DX86InstrInfo.cpp6885 MCInst &Branch, const MCSymbolRefExpr *BranchTarget) const { in getUnconditionalBranch()
6887 Branch.addOperand(MCOperand::createExpr(BranchTarget)); in getUnconditionalBranch()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1249 MachineBasicBlock *BranchTarget = LastI->getOperand(1).getMBB(); in convertToHardwareLoop() local
1251 if (!L->contains(BranchTarget)) { in convertToHardwareLoop()
1255 TII->InsertBranch(*LastMBB, BranchTarget, nullptr, Cond, LastIDL); in convertToHardwareLoop()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h541 const MCSymbolRefExpr *BranchTarget) const { in getUnconditionalBranch() argument
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c708 get_label( t, inst->BranchTarget )); in compile_instruction()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2979 unsigned BranchTarget; in expandDiv() local
2982 BranchTarget = IsMips64 ? 12 : 8; in expandDiv()
2985 BranchTarget = IsMips64 ? 20 : 16; in expandDiv()
3009 emitRRI(Mips::BNE, RtReg, ATReg, BranchTarget, IDLoc, Instructions); in expandDiv()
3014 emitRRI(Mips::BNE, RtReg, ATReg, BranchTarget, IDLoc, Instructions); in expandDiv()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...