Searched refs:BranchTarget (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_print.c | 689 fprintf(f, " # (if false, goto %d)", inst->BranchTarget); in _mesa_fprint_instruction_opt() 693 fprintf(f, "ELSE; # (goto %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt() 699 fprintf(f, "BGNLOOP; # (end at %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt() 702 fprintf(f, "ENDLOOP; # (goto %d)\n", inst->BranchTarget); in _mesa_fprint_instruction_opt() 708 inst->BranchTarget); in _mesa_fprint_instruction_opt() 723 fprintf(f, "CAL %u", inst->BranchTarget); in _mesa_fprint_instruction_opt()
|
H A D | prog_instruction.h | 256 GLint BranchTarget; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A 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/ |
H A 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/ |
H A D | ARMAsmPrinter.cpp | 1479 const MCExpr *BranchTarget; 1481 BranchTarget = MCSymbolRefExpr::create( 1485 BranchTarget = MCSymbolRefExpr::create( 1488 BranchTarget = MCSymbolRefExpr::create( 1494 MCInst.addExpr(BranchTarget);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A 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/Hexagon/ |
H A 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()
|
H A D | HexagonConstPropagation.cpp | 2315 const MachineBasicBlock *BranchTarget = BrI.getOperand(1).getMBB(); in evaluate() local 2319 Targets.insert(BranchTarget); in evaluate()
|
Completed in 21 milliseconds