Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DGraphBuilder.cpp256 uint64_t BranchTarget; in buildFlowGraphImpl() local
259 ParentMeta.InstructionSize, BranchTarget)) { in buildFlowGraphImpl()
270 if (BranchTarget != Address) { in buildFlowGraphImpl()
303 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address); in buildFlowGraphImpl()
305 if (BranchTarget == Address) in buildFlowGraphImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h52 BranchTarget enumerator
114 bool isBranchTarget() const { return Flags & (1 << MCOI::BranchTarget); } in isBranchTarget()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstPrinterCommon.cpp315 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr()); in printPCRelImm() local
317 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) { in printPCRelImm()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1524 const MCExpr *BranchTarget; in emitInstruction() local
1526 BranchTarget = MCSymbolRefExpr::create( in emitInstruction()
1530 BranchTarget = MCSymbolRefExpr::create( in emitInstruction()
1533 BranchTarget = MCSymbolRefExpr::create( in emitInstruction()
1539 MCInst.addExpr(BranchTarget); in emitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1369 const MCConstantExpr *BranchTarget = in printAlignedLabel() local
1372 if (BranchTarget && BranchTarget->evaluateAsAbsolute(TargetAddress)) { in printAlignedLabel()
/netbsd-src/external/apache2/llvm/dist/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.cpp2320 const MachineBasicBlock *BranchTarget = BrI.getOperand(1).getMBB(); in evaluate() local
2324 Targets.insert(BranchTarget); in evaluate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td568 class BranchTarget<int N> : AsmOperandClass {
569 let Name = "BranchTarget" # N;
574 class PCRelLabel<int N> : BranchTarget<N> {
578 def BranchTarget14Operand : BranchTarget<14>;
579 def BranchTarget26Operand : BranchTarget<26>;