Home
last modified time | relevance | path

Searched refs:getTailDuplicateSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h298 unsigned getTailDuplicateSize(CodeGenOptLevel OptLevel) const override;
H A DRISCVInstrInfo.cpp4601 unsigned RISCVInstrInfo::getTailDuplicateSize(CodeGenOptLevel OptLevel) const { in getTailDuplicateSize() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h536 unsigned int getTailDuplicateSize(CodeGenOptLevel OptLevel) const override;
H A DAArch64InstrInfo.cpp10276 AArch64InstrInfo::getTailDuplicateSize(CodeGenOptLevel OptLevel) const { in getTailDuplicateSize() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2306 virtual unsigned getTailDuplicateSize(CodeGenOptLevel OptLevel) const { in getTailDuplicateSize() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3531 TailDupSize = TII->getTailDuplicateSize(OptLevel); in initTailDupThreshold()