Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDEarlyIfConversion.cpp1171 ExtraPredCost += TII->getPredicationCost(I); in shouldConvertIf()
1185 TExtra += TII->getPredicationCost(I); in shouldConvertIf()
1191 FExtra += TII->getPredicationCost(I); in shouldConvertIf()
HDIfConversion.cpp1119 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions()
2179 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock()
HDTargetInstrInfo.cpp1500 unsigned TargetInstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in TargetInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600InstrInfo.h205 unsigned int getPredicationCost(const MachineInstr &) const override;
HDR600InstrInfo.cpp977 unsigned int R600InstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in R600InstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h460 unsigned getPredicationCost(const MachineInstr &MI) const override;
HDARMBaseInstrInfo.cpp4716 unsigned ARMBaseInstrInfo::getPredicationCost(const MachineInstr &MI) const { in getPredicationCost() function in ARMBaseInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h1793 virtual unsigned getPredicationCost(const MachineInstr &MI) const;