Searched refs:useMachineCombiner (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h184 /// useMachineCombiner - AArch64 supports MachineCombiner
185 bool useMachineCombiner() const override;
H A DAArch64InstrInfo.cpp2371 /// useMachineCombiner - return true when a target supports MachineCombiner
2372 bool AArch64InstrInfo::useMachineCombiner() const {
/external/llvm/lib/CodeGen/
H A DMachineCombiner.cpp419 if (!TII->useMachineCombiner()) {
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h718 /// useMachineCombiner - return true when a target supports MachineCombiner
719 virtual bool useMachineCombiner() const { return false; } function in class:llvm::TargetInstrInfo

Completed in 905 milliseconds