Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h684 void _br(const LowerInt1BranchTarget &BrTarget,
686 assert((BrTarget.NodeTarget == nullptr) !=
687 (BrTarget.LabelTarget == nullptr));
688 if (BrTarget.NodeTarget != nullptr)
689 _br(BrTarget.NodeTarget, Cond);
691 _br(BrTarget.LabelTarget, Cond);
/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()