Home
last modified time | relevance | path

Searched refs:BranchTarget (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c689 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 Dprog_instruction.h256 GLint BranchTarget; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp303 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 DMCInstrDesc.h44 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 DARMAsmPrinter.cpp1479 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 DAArch64InstPrinter.cpp1350 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 DHexagonHardwareLoops.cpp1289 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 DHexagonConstPropagation.cpp2315 const MachineBasicBlock *BranchTarget = BrI.getOperand(1).getMBB(); in evaluate() local
2319 Targets.insert(BranchTarget); in evaluate()

Completed in 21 milliseconds