Home
last modified time | relevance | path

Searched refs:predictBranchSizeForIfCvt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp325 BranchBytes += TII->predictBranchSizeForIfCvt(I); in MeetIfcvtSizeLimit()
334 BranchBytes += TII->predictBranchSizeForIfCvt(I); in MeetIfcvtSizeLimit()
343 BranchBytes += TII->predictBranchSizeForIfCvt(I); in MeetIfcvtSizeLimit()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h287 unsigned predictBranchSizeForIfCvt(MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp2200 ARMBaseInstrInfo::predictBranchSizeForIfCvt(MachineInstr &MI) const { in predictBranchSizeForIfCvt() function in ARMBaseInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h896 virtual unsigned predictBranchSizeForIfCvt(MachineInstr &MI) const { in predictBranchSizeForIfCvt() function