Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrDFP.td40 defm DDIV : XForm_28r<59, 546, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB),
HDPPCScheduleP8.td330 def : InstRW<[P8_DFU_96C, P8_ISSUE_VSX], (instrs DDIV, DDIV_rec)>;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips64r6InstrInfo.td141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
HDMipsScheduleGeneric.td267 def : InstRW<[GenericWriteDIV], (instrs DDIV, DMOD)>;
HDMipsISelLowering.cpp1447 case Mips::DDIV: in EmitInstrWithCustomInserter()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp1439 DanglingDebugInfoVector &DDIV = DDIMI.second; in dropDanglingDebugInfo() local
1443 for (auto &DDI : DDIV) in dropDanglingDebugInfo()
1447 erase_if(DDIV, isMatchingDbgValue); in dropDanglingDebugInfo()
1459 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second; in resolveDanglingDebugInfo() local
1460 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo()
1504 DDIV.clear(); in resolveDanglingDebugInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp2082 case Mips::DDIV: in processInstruction()