Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h171 bool LegalOperations, bool ForCodeSize,
187 bool ForCodeSize) const override;
H A DAMDGPUISelLowering.cpp683 bool ForCodeSize) const { in isFPImmLegal()
792 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression() argument
808 ForCodeSize, Cost, Depth); in getNegatedExpression()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h231 bool ForCodeSize) const override;
H A DLoongArchISelLowering.cpp2679 bool ForCodeSize) const { in isFPImmLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h220 bool ForCodeSize) const override;
H A DVEISelLowering.cpp873 bool ForCodeSize) const { in isFPImmLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1065 bool LegalOperations, bool ForCodeSize,
1368 bool ForCodeSize) const override;
H A DX86ISelLowering.cpp5797 bool ForCodeSize) const { in isFPImmLegal()
52107 bool ForCodeSize, in getNegatedExpression() argument
52144 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression()
52163 ForCodeSize, Cost, Depth + 1)) in getNegatedExpression()
52169 ForCodeSize, Cost, Depth); in getNegatedExpression()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h384 bool ForCodeSize) const override;
H A DRISCVISelLowering.cpp1452 bool ForCodeSize) const { in isFPImmLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h442 bool ForCodeSize) const override;
H A DSystemZISelLowering.cpp839 bool ForCodeSize) const { in isFPImmLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h673 bool ForCodeSize) const override;
H A DMipsISelLowering.cpp4331 bool ForCodeSize) const { in isFPImmLegal()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp154 bool ForCodeSize; member in __anon001c44270111::DAGCombiner
245 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
10428 True, DAG, LegalOperations, ForCodeSize); in combineMinNumMaxNum()
10444 RHS, DAG, LegalOperations, ForCodeSize); in combineMinNumMaxNum()
15261 N1, DAG, LegalOperations, ForCodeSize)) in visitFADD()
15267 N0, DAG, LegalOperations, ForCodeSize)) in visitFADD()
15421 N1, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD()
15429 N0, DAG, LegalOperations, ForCodeSize)) { in visitSTRICT_FADD()
15487 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
15508 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h598 bool ForCodeSize = false) const override;
H A DARMISelLowering.cpp20763 bool ForCodeSize) const { in isFPImmLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h317 bool ForCodeSize) const override;
H A DHexagonISelLowering.cpp3634 bool ForCodeSize) const { in isFPImmLegal()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h572 bool ForCodeSize) const override;
H A DAArch64InstrInfo.td828 def ForCodeSize : Predicate<"shouldOptForSize(MF)">;
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1144 bool ForCodeSize) const override;
H A DPPCISelLowering.cpp17170 bool ForCodeSize) const { in isFPImmLegal()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1079 bool ForCodeSize = false) const {