Home
last modified time | relevance | path

Searched refs:CUI (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp233 II.CallFile = CUI.DWARFToGSYMFileIndex( in parseInlineInfo()
238 parseInlineInfo(Gsym, CUI, ChildDie, Depth + 1, FI, II); in parseInlineInfo()
322 CUI.LineTable->Rows[RowIndex2].dump(Log); in convertFunctionLineTable()
411 if (CUI.LineTable) { in handleDie()
412 convertFunctionLineTable(OS, CUI, Die, Gsym, FI); in handleDie()
418 parseInlineInfo(Gsym, CUI, Die, 0, FI, *FI.Inline); in handleDie()
427 handleDie(OS, CUI, ChildDie); in handleDie()
437 CUInfo CUI(DICtx, dyn_cast<DWARFCompileUnit>(CU.get())); in convert() local
438 handleDie(Log, CUI, Die); in convert()
464 pool.async([this, CUI, &LogMutex, Die]() mutable { in convert()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DDwarfTransformer.h79 void handleDie(raw_ostream &Strm, CUInfo &CUI, DWARFDie Die);
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/
H A Dcavium-octeon-gpio.txt44 /* The GPIO pin connect to 16 consecutive CUI bits */
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp158 const ConstantInt *CUI = cast<ConstantInt>(AI->getArraySize()); in set() local
162 TySize *= CUI->getZExtValue(); // Get total allocated size. in set()
/freebsd-13.1/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dtsi43 /* The GPIO pin connect to 16 consecutive CUI bits */
H A Docteon_68xx.dts48 /* The GPIO pins connect to 16 consecutive CUI bits */
/freebsd-13.1/sys/contrib/device-tree/Bindings/mmc/
H A Dexynos-dw-mshc.txt35 * samsung,dw-mshc-ddr-timing: Specifies the value of CUI clock phase shift value
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp393 if (Constant *CUI = dyn_cast<Constant>(Op1)) in commonShiftTransforms() local
394 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp699 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() local
700 if (const auto *R = CUI.getFromHash(Hash)) in getDWOCompileUnitForHash()