| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.h | 163 bool LegalOperations, bool ForCodeSize, 176 bool ForCodeSize) const override;
|
| D | AMDGPUISelLowering.cpp | 755 bool ForCodeSize) const { in isFPImmLegal() 863 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression() argument 879 ForCodeSize, Cost, Depth); in getNegatedExpression()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEISelLowering.h | 186 bool ForCodeSize) const override;
|
| D | VEISelLowering.cpp | 826 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 974 bool LegalOperations, bool ForCodeSize, 1250 bool ForCodeSize) const override;
|
| D | X86ISelLowering.cpp | 5225 bool ForCodeSize) const { in isFPImmLegal() 47380 bool ForCodeSize, in getNegatedExpression() argument 47417 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression() 47436 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression() 47442 ForCodeSize, Cost, Depth); in getNegatedExpression()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.h | 312 bool ForCodeSize) const override;
|
| D | RISCVISelLowering.cpp | 998 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 151 bool ForCodeSize; member in __anon74d357280111::DAGCombiner 243 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner() 13658 N1, DAG, LegalOperations, ForCodeSize)) in visitFADD() 13664 N0, DAG, LegalOperations, ForCodeSize)) in visitFADD() 13812 N1, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD() 13820 N0, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD() 13878 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB() 13899 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB() 13984 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL() 13986 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 452 bool ForCodeSize) const override;
|
| D | SystemZISelLowering.cpp | 828 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.h | 665 bool ForCodeSize) const override;
|
| D | MipsISelLowering.cpp | 4313 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.h | 297 bool ForCodeSize) const override;
|
| D | HexagonISelLowering.cpp | 3403 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.h | 602 bool ForCodeSize = false) const override;
|
| D | ARMISelLowering.cpp | 19723 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.h | 1097 bool ForCodeSize) const override;
|
| D | PPCISelLowering.cpp | 16539 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.h | 543 bool ForCodeSize) const override;
|
| D | AArch64InstrInfo.td | 631 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | TargetLowering.h | 1017 bool ForCodeSize = false) const {
|