Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h200 bool LegalOperations, bool ForCodeSize,
216 bool ForCodeSize) const override;
H A DAMDGPUISelLowering.cpp758 bool ForCodeSize) const { in isFPImmLegal()
868 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression() argument
885 ForCodeSize, Cost, Depth + 1); in getNegatedExpression()
895 ForCodeSize, Cost, Depth); in getNegatedExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h295 bool ForCodeSize) const override;
H A DLoongArchISelLowering.cpp4382 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h310 bool ForCodeSize) const override;
H A DVEISelLowering.cpp873 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1086 bool LegalOperations, bool ForCodeSize,
1391 bool ForCodeSize) const override;
H A DX86ISelLowering.cpp3002 bool ForCodeSize) const { in isFPImmLegal()
51622 bool ForCodeSize, in getNegatedExpression() argument
51659 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression()
51678 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression()
51684 ForCodeSize, Cost, Depth); in getNegatedExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h670 bool ForCodeSize) const override;
H A DMipsISelLowering.cpp4328 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h470 bool ForCodeSize) const override;
H A DSystemZISelLowering.cpp906 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp160 bool ForCodeSize; member in __anon8fac8bd80111::DAGCombiner
252 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
11229 True, DAG, LegalOperations, ForCodeSize); in combineMinNumMaxNum()
11245 RHS, DAG, LegalOperations, ForCodeSize); in combineMinNumMaxNum()
17336 if (ForCodeSize) in visitFPOW()
18859 bool ForCodeSize = false; member
18868 explicit Cost(bool ForCodeSize) : ForCodeSize(ForCodeSize) {} in Cost()
18871 Cost(const LoadedSlice &LS, bool ForCodeSize) in Cost()
18872 : ForCodeSize(ForCodeSize), Loads(1) { in Cost()
19266 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h317 bool ForCodeSize) const override;
H A DHexagonISelLowering.cpp3642 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h605 bool ForCodeSize = false) const override;
H A DARMISelLowering.cpp20973 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h474 bool ForCodeSize) const override;
H A DRISCVISelLowering.cpp2103 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1134 bool ForCodeSize) const override;
H A DPPCISelLowering.cpp17519 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h609 bool ForCodeSize) const override;
H A DAArch64InstrInfo.td926 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1174 bool ForCodeSize = false) const {