Searched refs:DDIV (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCInstrDFP.td | 40 defm DDIV : XForm_28r<59, 546, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB),
|
| HD | PPCScheduleP8.td | 330 def : InstRW<[P8_DFU_96C, P8_ISSUE_VSX], (instrs DDIV, DDIV_rec)>;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | Mips64r6InstrInfo.td | 141 def DDIV : DDIV_ENC, DDIV_DESC, ISA_MIPS64R6;
|
| HD | MipsScheduleGeneric.td | 267 def : InstRW<[GenericWriteDIV], (instrs DDIV, DMOD)>;
|
| HD | MipsISelLowering.cpp | 1447 case Mips::DDIV: in EmitInstrWithCustomInserter()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.cpp | 1439 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/ |
| HD | MipsAsmParser.cpp | 2082 case Mips::DDIV: in processInstruction()
|