Searched refs:OrrOpc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 7049 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local 7051 OrrOpc = AArch64::ORRWri; in genAlternativeCodeSequence() 7058 OrrOpc = AArch64::ORRXri; in genAlternativeCodeSequence() 7081 if (MovI->Opcode == OrrOpc) in genAlternativeCodeSequence() 7082 MIB1 = BuildMI(MF, MIMetadata(Root), TII->get(OrrOpc), NewVR) in genAlternativeCodeSequence() 7159 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local 7161 OrrOpc = AArch64::ORRWri; in genAlternativeCodeSequence() 7168 OrrOpc = AArch64::ORRXri; in genAlternativeCodeSequence() 7190 if (MovI->Opcode == OrrOpc) in genAlternativeCodeSequence() 7191 MIB1 = BuildMI(MF, MIMetadata(Root), TII->get(OrrOpc), NewVR) in genAlternativeCodeSequence()
|
H A D | AArch64ISelDAGToDAG.cpp | 3420 const unsigned OrrOpc = (VT == MVT::i32) ? AArch64::ORRWrs : AArch64::ORRXrs; in tryOrrWithShift() local 3439 CurDAG->SelectNodeTo(N, OrrOpc, VT, Ops); in tryOrrWithShift() 3455 CurDAG->SelectNodeTo(N, OrrOpc, VT, Ops); in tryOrrWithShift() 3474 CurDAG->SelectNodeTo(N, OrrOpc, VT, Ops); in tryOrrWithShift() 3496 CurDAG->SelectNodeTo(N, OrrOpc, VT, Ops); in tryOrrWithShift()
|