Home
last modified time | relevance | path

Searched refs:getPredicationCost (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1174 ExtraPredCost += TII->getPredicationCost(I); in shouldConvertIf()
1188 TExtra += TII->getPredicationCost(I); in shouldConvertIf()
1194 FExtra += TII->getPredicationCost(I); in shouldConvertIf()
H A DIfConversion.cpp1118 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions()
2178 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock()
H A DTargetInstrInfo.cpp1440 unsigned TargetInstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in TargetInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h205 unsigned int getPredicationCost(const MachineInstr &) const override;
H A DR600InstrInfo.cpp979 unsigned int R600InstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in R600InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h455 unsigned getPredicationCost(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp4715 unsigned ARMBaseInstrInfo::getPredicationCost(const MachineInstr &MI) const { in getPredicationCost() function in ARMBaseInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1757 virtual unsigned getPredicationCost(const MachineInstr &MI) const;