Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h202 unsigned int getPredicationCost(const MachineInstr *) const override;
DR600InstrInfo.cpp1038 unsigned int R600InstrInfo::getPredicationCost(const MachineInstr *) const { in getPredicationCost() function in R600InstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h330 unsigned getPredicationCost(const MachineInstr *MI) const override;
DARMBaseInstrInfo.cpp3949 unsigned ARMBaseInstrInfo::getPredicationCost(const MachineInstr *MI) const { in getPredicationCost() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1183 virtual unsigned getPredicationCost(const MachineInstr *MI) const;
/external/llvm/lib/CodeGen/
DIfConversion.cpp690 unsigned ExtraPredCost = TII->getPredicationCost(&*I); in ScanInstructions()
1605 unsigned ExtraPredCost = TII->getPredicationCost(&*I); in CopyAndPredicateBlock()
DTargetInstrInfo.cpp1041 unsigned TargetInstrInfo::getPredicationCost(const MachineInstr *) const { in getPredicationCost() function in TargetInstrInfo