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.cpp804 bool ForCodeSize) const { in isFPImmLegal()
909 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression() argument
926 ForCodeSize, Cost, Depth + 1); in getNegatedExpression()
936 ForCodeSize, Cost, Depth); in getNegatedExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h310 bool ForCodeSize) const override;
H A DVEISelLowering.cpp871 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h315 bool ForCodeSize) const override;
H A DLoongArchISelLowering.cpp5577 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1091 bool LegalOperations, bool ForCodeSize,
1402 bool ForCodeSize) const override;
H A DX86ISelLowering.cpp3092 bool ForCodeSize) const { in isFPImmLegal()
52875 bool ForCodeSize, in getNegatedExpression() argument
52912 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression()
52931 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression()
52937 ForCodeSize, Cost, Depth); in getNegatedExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h674 bool ForCodeSize) const override;
H A DMipsISelLowering.cpp4343 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h473 bool ForCodeSize) const override;
H A DSystemZISelLowering.cpp919 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp164 bool ForCodeSize; member in __anon666e37100111::DAGCombiner
250 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
11291 True, DAG, LegalOperations, ForCodeSize); in combineMinNumMaxNum()
11307 RHS, DAG, LegalOperations, ForCodeSize); in combineMinNumMaxNum()
16572 N1, DAG, LegalOperations, ForCodeSize)) in visitFADD()
16578 N0, DAG, LegalOperations, ForCodeSize)) in visitFADD()
16738 N1, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD()
16746 N0, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD()
16804 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
16825 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h604 bool ForCodeSize = false) const override;
H A DARMISelLowering.cpp20996 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h320 bool ForCodeSize) const override;
H A DHexagonISelLowering.cpp3663 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h525 bool ForCodeSize) const override;
H A DRISCVISelLowering.cpp2255 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1145 bool ForCodeSize) const override;
H A DPPCISelLowering.cpp17731 bool ForCodeSize) const { in isFPImmLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h628 bool ForCodeSize) const override;
H A DAArch64InstrInfo.td983 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1220 bool ForCodeSize = false) const {