Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp722 bool isSelectRROp = (Opc == BPF::Select || in EmitInstrWithCustomInserter() local
736 assert((isSelectRROp || isSelectRIOp || isMemcpyOp) && in EmitInstrWithCustomInserter()
783 NewCC = isSelectRROp ? BPF::Y##_rr_32 : BPF::Y##_ri_32; \ in EmitInstrWithCustomInserter()
785 NewCC = isSelectRROp ? BPF::Y##_rr : BPF::Y##_ri; \ in EmitInstrWithCustomInserter()
817 if (isSelectRROp) { in EmitInstrWithCustomInserter()