Searched defs:DU (Results 1 – 9 of 9) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ |
H A D | DIEBuilder.h | 242 const DWARFUnitInfo &DWARFUnitInfo = getUnitInfoByDwarfUnit(DU); in getAllocDIEId() argument 250 return getAllocDIEId(DU, DDie.getOffset()); in getAllocDIEId() argument 306 getDIEsByUnit(DWARFUnit & DU) getDIEsByUnit() argument 313 getTypeDIE(DWARFUnit & DU) getTypeDIE() argument 336 getUnitDIEbyUnit(const DWARFUnit & DU) getUnitDIEbyUnit() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1253 Instruction *WidenIV::cloneIVUser(WidenIV::NarrowIVDefUse DU, in cloneIVUser() argument 1275 cloneBitwiseIVUser(WidenIV::NarrowIVDefUse DU) cloneBitwiseIVUser() argument 1305 cloneArithmeticIVUser(WidenIV::NarrowIVDefUse DU,const SCEVAddRecExpr * WideAR) cloneArithmeticIVUser() argument 1476 getExtendedOperandRecurrence(WidenIV::NarrowIVDefUse DU) getExtendedOperandRecurrence() argument 1542 getWideRecurrence(WidenIV::NarrowIVDefUse DU) getWideRecurrence() argument 1579 truncateIVUse(NarrowIVDefUse DU) truncateIVUse() argument 1597 widenLoopCompare(WidenIV::NarrowIVDefUse DU) widenLoopCompare() argument 1656 widenWithVariantUse(WidenIV::NarrowIVDefUse DU) widenWithVariantUse() argument 1833 widenIVUse(WidenIV::NarrowIVDefUse DU,SCEVExpander & Rewriter,PHINode * OrigPhi,PHINode * WidePhi) widenIVUse() argument 2129 WidenIV::NarrowIVDefUse DU = NarrowIVUsers.pop_back_val(); createWideIV() local [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 56 DwarfFile *DU; variable
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMux.cpp | 280 if (!DU.Defs[PR]) in genMuxInBlock() local 304 if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) { in genMuxInBlock() local
|
/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
H A D | common_type.pass.cpp | 130 static_assert((!std::is_same<T, DT>::value || !std::is_same<U, DU>::value), ""); in test_bullet_three_one_imp() typedef
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.h | 154 BasicDIEUnit DU; variable
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 291 auto &DU = *Die.getDwarfUnit(); getLocation() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 2843 SDNode *DU = SU->getNode()->getOperand(i).getNode(); in canClobber() local 3084 SDNode *DU = SU.getNode()->getOperand(j).getNode(); in AddPseudoTwoAddrDeps() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 517 NodeId DD, DU; // Ids of the first reached def and use. member
|