Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h207 unsigned int getPredicationCost(const MachineInstr &) const override;
H A DR600InstrInfo.cpp1006 unsigned int R600InstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in R600InstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h376 unsigned getPredicationCost(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp4397 unsigned ARMBaseInstrInfo::getPredicationCost(const MachineInstr &MI) const { in getPredicationCost() function in ARMBaseInstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1371 virtual unsigned getPredicationCost(const MachineInstr &MI) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp1002 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions()
2062 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock()
H A DTargetInstrInfo.cpp1087 unsigned TargetInstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in TargetInstrInfo