Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h163 bool LegalOperations, bool ForCodeSize,
176 bool ForCodeSize) const override;
H A DAMDGPUISelLowering.cpp708 bool ForCodeSize) const { in isFPImmLegal()
816 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression() argument
832 ForCodeSize, Cost, Depth); in getNegatedExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h183 bool ForCodeSize) const override;
H A DVEISelLowering.cpp825 bool ForCodeSize) const { in isFPImmLegal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h974 bool LegalOperations, bool ForCodeSize,
1250 bool ForCodeSize) const override;
H A DX86ISelLowering.cpp5228 bool ForCodeSize) const { in isFPImmLegal()
47056 bool ForCodeSize, in getNegatedExpression() argument
47093 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression()
47112 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression()
47118 ForCodeSize, Cost, Depth); in getNegatedExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h293 bool ForCodeSize) const override;
H A DRISCVISelLowering.cpp943 bool ForCodeSize) const { in isFPImmLegal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h431 bool ForCodeSize) const override;
H A DSystemZISelLowering.cpp828 bool ForCodeSize) const { in isFPImmLegal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp151 bool ForCodeSize; member in __anon58e6a55b0111::DAGCombiner
243 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
13463 N1, DAG, LegalOperations, ForCodeSize)) in visitFADD()
13469 N0, DAG, LegalOperations, ForCodeSize)) in visitFADD()
13617 N1, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD()
13625 N0, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD()
13683 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
13704 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
13789 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL()
13791 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h297 bool ForCodeSize) const override;
H A DHexagonISelLowering.cpp3365 bool ForCodeSize) const { in isFPImmLegal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h665 bool ForCodeSize) const override;
H A DMipsISelLowering.cpp4294 bool ForCodeSize) const { in isFPImmLegal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h589 bool ForCodeSize = false) const override;
H A DARMISelLowering.cpp19003 bool ForCodeSize) const { in isFPImmLegal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1078 bool ForCodeSize) const override;
H A DPPCISelLowering.cpp16416 bool ForCodeSize) const { in isFPImmLegal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h542 bool ForCodeSize) const override;
H A DAArch64InstrInfo.td623 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1012 bool ForCodeSize = false) const {