/third_party/mesa3d/src/mesa/program/ |
D | prog_execute.c | 445 assert(program->arb.Instructions[inst->BranchTarget].Opcode in _mesa_execute_program() 450 assert(program->arb.Instructions[inst->BranchTarget].Opcode in _mesa_execute_program() 452 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */ in _mesa_execute_program() 459 assert(program->arb.Instructions[inst->BranchTarget].Opcode in _mesa_execute_program() 463 pc = inst->BranchTarget; in _mesa_execute_program() 466 assert(program->arb.Instructions[inst->BranchTarget].Opcode in _mesa_execute_program() 470 pc = inst->BranchTarget - 1; in _mesa_execute_program() 479 pc = inst->BranchTarget - 1; in _mesa_execute_program() 649 assert(program->arb.Instructions[inst->BranchTarget].Opcode in _mesa_execute_program() 651 program->arb.Instructions[inst->BranchTarget].Opcode in _mesa_execute_program() [all …]
|
D | program.c | 359 if (inst->BranchTarget > 0) { in _mesa_insert_instructions() 360 if ((GLuint)inst->BranchTarget >= start) { in _mesa_insert_instructions() 361 inst->BranchTarget += count; in _mesa_insert_instructions() 409 if (inst->BranchTarget > 0) { in _mesa_delete_instructions() 410 if (inst->BranchTarget > (GLint) start) { in _mesa_delete_instructions() 411 inst->BranchTarget -= count; in _mesa_delete_instructions()
|
D | prog_print.c | 703 fprintf(f, " # (if false, goto %d)", inst->BranchTarget); in _mesa_fprint_instruction_opt() 707 fprintf(f, "ELSE; # (goto %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt() 713 fprintf(f, "BGNLOOP; # (end at %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt() 716 fprintf(f, "ENDLOOP; # (goto %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt() 722 inst->BranchTarget); in _mesa_fprint_instruction_opt() 737 fprintf(f, "CAL %u", inst->BranchTarget); in _mesa_fprint_instruction_opt()
|
D | prog_instruction.h | 256 GLint BranchTarget; member
|
D | ir_to_mesa.cpp | 2240 mesa_instructions[i].BranchTarget = -1; in set_branchtargets() 2257 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i; in set_branchtargets() 2261 mesa_instructions[if_stack[if_stack_pos - 1]].BranchTarget = i; in set_branchtargets() 2277 if (mesa_instructions[j].BranchTarget == -1) { in set_branchtargets() 2278 mesa_instructions[j].BranchTarget = i; in set_branchtargets() 2283 mesa_instructions[i].BranchTarget = loop_stack[loop_stack_pos]; in set_branchtargets() 2284 mesa_instructions[loop_stack[loop_stack_pos]].BranchTarget = i; in set_branchtargets() 2288 if (entry->sig_id == mesa_instructions[i].BranchTarget) { in set_branchtargets() 2289 mesa_instructions[i].BranchTarget = entry->inst; in set_branchtargets()
|
D | prog_optimize.c | 976 loopStack[loopStackDepth].End = inst->BranchTarget; in find_temp_intervals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86InstPrinterCommon.cpp | 303 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr()); in printPCRelImm() local 305 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printPCRelImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 44 BranchTarget enumerator 107 bool isBranchTarget() const { return Flags & (1 << MCOI::BranchTarget); } in isBranchTarget()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 1479 const MCExpr *BranchTarget; in EmitInstruction() local 1481 BranchTarget = MCSymbolRefExpr::create( in EmitInstruction() 1485 BranchTarget = MCSymbolRefExpr::create( in EmitInstruction() 1488 BranchTarget = MCSymbolRefExpr::create( in EmitInstruction() 1494 MCInst.addExpr(BranchTarget); in EmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 1289 MachineBasicBlock *BranchTarget = LastI->getOperand(1).getMBB(); in convertToHardwareLoop() local 1291 if (!L->contains(BranchTarget)) { in convertToHardwareLoop() 1295 TII->insertBranch(*LastMBB, BranchTarget, nullptr, Cond, LastIDL); in convertToHardwareLoop()
|
D | HexagonConstPropagation.cpp | 2315 const MachineBasicBlock *BranchTarget = BrI.getOperand(1).getMBB(); in evaluate() local 2319 Targets.insert(BranchTarget); in evaluate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 1350 const MCConstantExpr *BranchTarget = in printAlignedLabel() local 1353 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printAlignedLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 503 class BranchTarget<int N> : AsmOperandClass { 504 let Name = "BranchTarget" # N; 509 class PCRelLabel<int N> : BranchTarget<N> { 513 def BranchTarget14Operand : BranchTarget<14>; 514 def BranchTarget26Operand : BranchTarget<26>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenInstrInfo.inc | 16814 static const MCOperandInfo OperandInfo131[] = { { -1, 0|(1<<MCOI::BranchTarget), MCOI::OPERAND_PCRE… 16815 …o OperandInfo132[] = { { -1, 0|(1<<MCOI::BranchTarget), MCOI::OPERAND_PCREL, 0 }, { -1, 0|(1<<MCOI… 16889 static const MCOperandInfo OperandInfo206[] = { { -1, 0|(1<<MCOI::BranchTarget), MCOI::OPERAND_PCRE… 17001 static const MCOperandInfo OperandInfo318[] = { { -1, 0|(1<<MCOI::BranchTarget), MCOI::OPERAND_PCRE… 17004 static const MCOperandInfo OperandInfo321[] = { { -1, 0|(1<<MCOI::BranchTarget), MCOI::OPERAND_PCRE…
|