Home
last modified time | relevance | path

Searched refs:ForCodeSize (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h112 bool ForCodeSize) const override;
H A DLoongArchISelLowering.cpp1091 bool ForCodeSize) const { in isFPImmLegal()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h170 bool LegalOperations, bool ForCodeSize,
183 bool ForCodeSize) const override;
H A DAMDGPUISelLowering.cpp620 bool ForCodeSize) const { in isFPImmLegal()
730 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression() argument
746 ForCodeSize, Cost, Depth); in getNegatedExpression()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h213 bool ForCodeSize) const override;
H A DVEISelLowering.cpp863 bool ForCodeSize) const { in isFPImmLegal()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1016 bool LegalOperations, bool ForCodeSize,
1316 bool ForCodeSize) const override;
H A DX86ISelLowering.cpp5680 bool ForCodeSize) const { in isFPImmLegal()
50784 bool ForCodeSize, in getNegatedExpression() argument
50821 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression()
50840 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression()
50846 ForCodeSize, Cost, Depth); in getNegatedExpression()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h382 bool ForCodeSize) const override;
H A DRISCVISelLowering.cpp1345 bool ForCodeSize) const { in isFPImmLegal()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h444 bool ForCodeSize) const override;
H A DSystemZISelLowering.cpp836 bool ForCodeSize) const { in isFPImmLegal()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h673 bool ForCodeSize) const override;
H A DMipsISelLowering.cpp4325 bool ForCodeSize) const { in isFPImmLegal()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp149 bool ForCodeSize; member in __anon54f00e400111::DAGCombiner
240 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
14632 N1, DAG, LegalOperations, ForCodeSize)) in visitFADD()
14638 N0, DAG, LegalOperations, ForCodeSize)) in visitFADD()
15542 if (ForCodeSize) in visitFPOW()
16917 bool ForCodeSize = false; member
16926 explicit Cost(bool ForCodeSize) : ForCodeSize(ForCodeSize) {} in Cost()
16929 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()
16930 : ForCodeSize(ForCodeSize), Loads(1) { in Cost()
17325 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h294 bool ForCodeSize) const override;
H A DHexagonISelLowering.cpp3427 bool ForCodeSize) const { in isFPImmLegal()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h603 bool ForCodeSize = false) const override;
H A DARMISelLowering.cpp20672 bool ForCodeSize) const { in isFPImmLegal()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1133 bool ForCodeSize) const override;
H A DPPCISelLowering.cpp16945 bool ForCodeSize) const { in isFPImmLegal()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h546 bool ForCodeSize) const override;
H A DAArch64InstrInfo.td763 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1060 bool ForCodeSize = false) const {