Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1225 cloneIVUser(WidenIV::NarrowIVDefUse DU,const SCEVAddRecExpr * WideAR) cloneIVUser() argument
1247 cloneBitwiseIVUser(WidenIV::NarrowIVDefUse DU) cloneBitwiseIVUser() argument
1277 cloneArithmeticIVUser(WidenIV::NarrowIVDefUse DU,const SCEVAddRecExpr * WideAR) cloneArithmeticIVUser() argument
1377 getExtendedOperandRecurrence(WidenIV::NarrowIVDefUse DU) getExtendedOperandRecurrence() argument
1446 getWideRecurrence(WidenIV::NarrowIVDefUse DU) getWideRecurrence() argument
1483 truncateIVUse(WidenIV::NarrowIVDefUse DU,DominatorTree * DT,LoopInfo * LI) truncateIVUse() argument
1498 widenLoopCompare(WidenIV::NarrowIVDefUse DU) widenLoopCompare() argument
1557 widenWithVariantUse(WidenIV::NarrowIVDefUse DU) widenWithVariantUse() argument
1734 widenIVUse(WidenIV::NarrowIVDefUse DU,SCEVExpander & Rewriter) widenIVUse() argument
2002 WidenIV::NarrowIVDefUse DU = NarrowIVUsers.pop_back_val(); createWideIV() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h56 DwarfFile *DU; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp280 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local
304 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp291 auto &DU = *Die.getDwarfUnit(); in getLocation() local
/freebsd-src/usr.bin/tip/tip/
H A Dtip.h83 EXTERN short DU; /* this host is dialed up */ variable
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h517 NodeId DD, DU; // Ids of the first reached def and use. member