| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 163 bool LegalOperations, bool ForCodeSize, 176 bool ForCodeSize) const override;
|
| H A 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-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 186 bool ForCodeSize) const override;
|
| H A D | VEISelLowering.cpp | 826 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 974 bool LegalOperations, bool ForCodeSize, 1250 bool ForCodeSize) const override;
|
| H A D | X86ISelLowering.cpp | 5225 bool ForCodeSize) const { in isFPImmLegal() 47376 bool ForCodeSize, in getNegatedExpression() argument 47413 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression() 47432 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression() 47438 ForCodeSize, Cost, Depth); in getNegatedExpression()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 312 bool ForCodeSize) const override;
|
| H A D | RISCVISelLowering.cpp | 998 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 452 bool ForCodeSize) const override;
|
| H A D | SystemZISelLowering.cpp | 828 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 151 bool ForCodeSize; member in __anonc943a8c40111::DAGCombiner 243 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner() 13658 N1, DAG, LegalOperations, ForCodeSize)) in visitFADD() 13664 N0, DAG, LegalOperations, ForCodeSize)) in visitFADD() 14571 if (ForCodeSize) in visitFPOW() 15976 bool ForCodeSize = false; member 15985 explicit Cost(bool ForCodeSize) : ForCodeSize(ForCodeSize) {} in Cost() 15988 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost() 15989 : ForCodeSize(ForCodeSize), Loads(1) { in Cost() 16383 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 665 bool ForCodeSize) const override;
|
| H A D | MipsISelLowering.cpp | 4313 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 297 bool ForCodeSize) const override;
|
| H A D | HexagonISelLowering.cpp | 3403 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 602 bool ForCodeSize = false) const override;
|
| H A D | ARMISelLowering.cpp | 19723 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1097 bool ForCodeSize) const override;
|
| H A D | PPCISelLowering.cpp | 16539 bool ForCodeSize) const { in isFPImmLegal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 543 bool ForCodeSize) const override;
|
| H A D | AArch64InstrInfo.td | 631 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1017 bool ForCodeSize = false) const {
|