Searched refs:PredOpc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 896 unsigned PredOpc = HII->getCondOpcode(Opc, !Cond); in predicateAt() local 897 MachineInstrBuilder MB = BuildMI(B, Where, DL, HII->get(PredOpc)); in predicateAt()
|
H A D | HexagonInstrInfo.cpp | 1690 unsigned PredOpc = getCondOpcode(Opc, invertJump); in PredicateInstruction() local 1691 MachineInstrBuilder T = BuildMI(B, MI, DL, get(PredOpc)); in PredicateInstruction() 1710 MI.setDesc(get(PredOpc)); in PredicateInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 1421 unsigned PredOpc = getPredicatedOpcode(DefMI->getOpcode()); in optimizeSelect() local 1422 assert(PredOpc != RISCV::INSTRUCTION_LIST_END && "Unexpected opcode!"); in optimizeSelect() 1426 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), get(PredOpc), DestReg); in optimizeSelect()
|