/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 138 bool useMachineCombiner() const override { in useMachineCombiner() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 196 bool useMachineCombiner() const override;
|
D | AArch64InstrInfo.cpp | 2760 bool AArch64InstrInfo::useMachineCombiner() const { in useMachineCombiner() function in AArch64InstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 239 bool useMachineCombiner() const override;
|
D | AArch64InstrInfo.cpp | 3561 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 232 bool useMachineCombiner() const override { in useMachineCombiner() function
|
/external/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 465 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 252 bool useMachineCombiner() const override;
|
D | AArch64InstrInfo.cpp | 3933 bool AArch64InstrInfo::useMachineCombiner() const { return true; } in useMachineCombiner() function in AArch64InstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 486 bool useMachineCombiner() const override { in useMachineCombiner() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 457 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 493 bool useMachineCombiner() const override { return true; } in useMachineCombiner() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 661 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineCombiner.cpp | 665 if (!TII->useMachineCombiner()) { in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 330 bool useMachineCombiner() const override { in useMachineCombiner() function
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 897 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1103 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1126 virtual bool useMachineCombiner() const { return false; } in useMachineCombiner() function
|