/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 149 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | PPCInstrInfo.cpp | 199 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in PPCInstrInfo
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 187 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | AArch64InstrInfo.cpp | 2895 bool AArch64InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in AArch64InstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 230 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | AArch64InstrInfo.cpp | 3713 bool AArch64InstrInfo::isAssociativeAndCommutative( in isAssociativeAndCommutative() function in AArch64InstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 243 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | PPCInstrInfo.cpp | 233 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in PPCInstrInfo
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 243 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | AArch64InstrInfo.cpp | 4089 bool AArch64InstrInfo::isAssociativeAndCommutative( in isAssociativeAndCommutative() function in AArch64InstrInfo
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 490 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | X86InstrInfo.cpp | 7216 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in X86InstrInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 459 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | X86InstrInfo.cpp | 7258 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in X86InstrInfo
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 495 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | X86InstrInfo.cpp | 8026 bool X86InstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in X86InstrInfo
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 355 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
|
D | PPCInstrInfo.cpp | 241 bool PPCInstrInfo::isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function in PPCInstrInfo
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 743 return MI1->getOpcode() == AssocOpcode && isAssociativeAndCommutative(*MI1) && in hasReassociableSibling() 754 return isAssociativeAndCommutative(Inst) && in isReassociationCandidate()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 854 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1061 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1079 virtual bool isAssociativeAndCommutative(const MachineInstr &Inst) const { in isAssociativeAndCommutative() function
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 610 return isAssociativeAndCommutative(Inst) && in isReassociationCandidate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 716 return isAssociativeAndCommutative(Inst) && in isReassociationCandidate()
|