Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1140 ExtraPredCost += TII->getPredicationCost(I); in shouldConvertIf()
1154 TExtra += TII->getPredicationCost(I); in shouldConvertIf()
1160 FExtra += TII->getPredicationCost(I); in shouldConvertIf()
H A DIfConversion.cpp1124 unsigned ExtraPredCost = TII->getPredicationCost(MI); in ScanInstructions()
2196 unsigned ExtraPredCost = TII->getPredicationCost(I); in CopyAndPredicateBlock()
H A DTargetInstrInfo.cpp1147 unsigned TargetInstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in TargetInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h206 unsigned int getPredicationCost(const MachineInstr &) const override;
H A DR600InstrInfo.cpp983 unsigned int R600InstrInfo::getPredicationCost(const MachineInstr &) const { in getPredicationCost() function in R600InstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h450 unsigned getPredicationCost(const MachineInstr &MI) const override;
H A DARMBaseInstrInfo.cpp4685 unsigned ARMBaseInstrInfo::getPredicationCost(const MachineInstr &MI) const { in getPredicationCost() function in ARMBaseInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1605 virtual unsigned getPredicationCost(const MachineInstr &MI) const;