Home
last modified time | relevance | path

Searched refs:useMachineCombiner (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h138 bool useMachineCombiner() const override { in useMachineCombiner() function
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h196 bool useMachineCombiner() const override;
DAArch64InstrInfo.cpp2760 bool AArch64InstrInfo::useMachineCombiner() const { in useMachineCombiner() function in AArch64InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h193 bool useMachineCombiner() const override { in useMachineCombiner() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h226 bool useMachineCombiner() const override;
DAArch64InstrInfo.cpp3470 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp465 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h486 bool useMachineCombiner() const override { in useMachineCombiner() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h503 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCombiner.cpp645 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h897 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h987 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function