Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h163 bool LegalOperations, bool ForCodeSize,
176 bool ForCodeSize) const override;
H A DAMDGPUISelLowering.cpp755 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 DVEISelLowering.h186 bool ForCodeSize) const override;
H A DVEISelLowering.cpp826 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h974 bool LegalOperations, bool ForCodeSize,
1250 bool ForCodeSize) const override;
H A DX86ISelLowering.cpp5225 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 DRISCVISelLowering.h312 bool ForCodeSize) const override;
H A DRISCVISelLowering.cpp998 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h452 bool ForCodeSize) const override;
H A DSystemZISelLowering.cpp828 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp151 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 DMipsISelLowering.h665 bool ForCodeSize) const override;
H A DMipsISelLowering.cpp4313 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h297 bool ForCodeSize) const override;
H A DHexagonISelLowering.cpp3403 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h602 bool ForCodeSize = false) const override;
H A DARMISelLowering.cpp19723 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1097 bool ForCodeSize) const override;
H A DPPCISelLowering.cpp16539 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h543 bool ForCodeSize) const override;
H A DAArch64InstrInfo.td631 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1017 bool ForCodeSize = false) const {