Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrDFP.td40 defm DDIV : XForm_28r<59, 546, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB),
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips64r6InstrInfo.td141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
H A DMipsScheduleGeneric.td267 def : InstRW<[GenericWriteDIV], (instrs DDIV, DMOD)>;
H A DMipsISelLowering.cpp1447 case Mips::DDIV: in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.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/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2082 case Mips::DDIV: in processInstruction()