Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600InstrInfo.h200 unsigned int getPredicationCost(const MachineInstr *) const override;
DR600InstrInfo.cpp1044 unsigned int R600InstrInfo::getPredicationCost(const MachineInstr *) const { in getPredicationCost() function in R600InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h322 unsigned getPredicationCost(const MachineInstr *MI) const override;
DARMBaseInstrInfo.cpp3918 unsigned ARMBaseInstrInfo::getPredicationCost(const MachineInstr *MI) const { in getPredicationCost() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1055 virtual unsigned getPredicationCost(const MachineInstr *MI) const;
/external/llvm/lib/CodeGen/
DIfConversion.cpp685 unsigned ExtraPredCost = TII->getPredicationCost(&*I); in ScanInstructions()
1590 unsigned ExtraPredCost = TII->getPredicationCost(&*I); in CopyAndPredicateBlock()
DTargetInstrInfo.cpp780 unsigned TargetInstrInfo::getPredicationCost(const MachineInstr *) const { in getPredicationCost() function in TargetInstrInfo