Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp777 bool isSelectRROp = (Opc == BPF::Select || in EmitInstrWithCustomInserter() local
790 if (!(isSelectRROp || isSelectRIOp || isMemcpyOp)) in EmitInstrWithCustomInserter()
837 NewCC = isSelectRROp ? BPF::Y##_rr_32 : BPF::Y##_ri_32; \ in EmitInstrWithCustomInserter()
839 NewCC = isSelectRROp ? BPF::Y##_rr : BPF::Y##_ri; \ in EmitInstrWithCustomInserter()
871 if (isSelectRROp) { in EmitInstrWithCustomInserter()