Home
last modified time | relevance | path

Searched refs:BrTarget (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td87 let Name = "BrTarget";
89 def BrTarget : Operand<OtherVT> {
682 def BT : InstBR<(outs), (ins BrTarget:$addr),
688 def BRCC : InstBR<(outs), (ins BrTarget:$addr, CCOp:$DDDI),
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp3579 const MachineOperand *BrTarget = &MI->getOperand(1); in getDotNewPredJumpOp() local
3580 const MachineBasicBlock *Dst = BrTarget->getMBB(); in getDotNewPredJumpOp()