Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
DMipsScheduleGeneric.td267 def : InstRW<[GenericWriteDIV], (instrs DDIV, DMOD)>;
DMipsISelLowering.cpp1423 case Mips::DDIV: in EmitInstrWithCustomInserter()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1254 DanglingDebugInfoVector &DDIV = DDIMI.second; in dropDanglingDebugInfo() local
1258 for (auto &DDI : DDIV) in dropDanglingDebugInfo()
1262 erase_if(DDIV, isMatchingDbgValue); in dropDanglingDebugInfo()
1274 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second; in resolveDanglingDebugInfo() local
1275 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo()
1317 DDIV.clear(); in resolveDanglingDebugInfo()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2078 case Mips::DDIV: in processInstruction()