Home
last modified time | relevance | path

Searched defs:DU (Results 1 – 9 of 9) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DDIEBuilder.h242 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 DSimplifyIndVar.cpp1253 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 DDwarfUnit.h56 DwarfFile *DU; variable
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp280 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 Dcommon_type.pass.cpp130 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 DDwarfGenerator.h154 BasicDIEUnit DU; variable
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp291 auto &DU = *Die.getDwarfUnit(); getLocation() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2843 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 DRDFGraph.h517 NodeId DD, DU; // Ids of the first reached def and use. member