Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h163 bool LegalOperations, bool ForCodeSize,
176 bool ForCodeSize) const override;
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-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.h186 bool ForCodeSize) const override;
DVEISelLowering.cpp826 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h974 bool LegalOperations, bool ForCodeSize,
1250 bool ForCodeSize) const override;
DX86ISelLowering.cpp5225 bool ForCodeSize) const { in isFPImmLegal()
47380 bool ForCodeSize, in getNegatedExpression() argument
47417 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression()
47436 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression()
47442 ForCodeSize, Cost, Depth); in getNegatedExpression()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h312 bool ForCodeSize) const override;
DRISCVISelLowering.cpp998 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp151 bool ForCodeSize; member in __anon74d357280111::DAGCombiner
243 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
13658 N1, DAG, LegalOperations, ForCodeSize)) in visitFADD()
13664 N0, DAG, LegalOperations, ForCodeSize)) in visitFADD()
13812 N1, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD()
13820 N0, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD()
13878 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
13899 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
13984 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL()
13986 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h452 bool ForCodeSize) const override;
DSystemZISelLowering.cpp828 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.h665 bool ForCodeSize) const override;
DMipsISelLowering.cpp4313 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h297 bool ForCodeSize) const override;
DHexagonISelLowering.cpp3403 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h602 bool ForCodeSize = false) const override;
DARMISelLowering.cpp19723 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1097 bool ForCodeSize) const override;
DPPCISelLowering.cpp16539 bool ForCodeSize) const { in isFPImmLegal()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h543 bool ForCodeSize) const override;
DAArch64InstrInfo.td631 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1017 bool ForCodeSize = false) const {