Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h203 unsigned int getPredicationCost(const MachineInstr &) const override;
DR600InstrInfo.cpp1024 unsigned int R600InstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in R600InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h335 unsigned getPredicationCost(const MachineInstr &MI) const override;
DARMBaseInstrInfo.cpp3985 unsigned ARMBaseInstrInfo::getPredicationCost(const MachineInstr &MI) const { in getPredicationCost() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1260 virtual unsigned getPredicationCost(const MachineInstr &MI) const;
/external/llvm/lib/CodeGen/
DIfConversion.cpp724 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions()
1669 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock()
DTargetInstrInfo.cpp1039 unsigned TargetInstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in TargetInstrInfo