Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp37 bool ForCodeSize; member in __anon9acc3f910111::WebAssemblyDAGToDAGISel
42 : SelectionDAGISel(tm, OptLevel), Subtarget(nullptr), ForCodeSize(false) { in WebAssemblyDAGToDAGISel()
50 ForCodeSize = in runOnMachineFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h171 bool LegalOperations, bool ForCodeSize,
187 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
DLoongArchISelLowering.h231 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp5483 bool LegalOperations, bool ForCodeSize, in isNegatibleForFree() argument
5510 ForCodeSize); in isNegatibleForFree()
5526 ForCodeSize); in isNegatibleForFree()
5539 ForCodeSize, Depth + 1)) in isNegatibleForFree()
5543 ForCodeSize, Depth + 1); in isNegatibleForFree()
5556 ForCodeSize, Depth + 1)) in isNegatibleForFree()
5565 ForCodeSize, Depth + 1); in isNegatibleForFree()
5575 ForCodeSize, Depth + 1); in isNegatibleForFree()
5581 ForCodeSize, Depth + 1); in isNegatibleForFree()
5583 ForCodeSize, Depth + 1); in isNegatibleForFree()
[all …]
DDAGCombiner.cpp137 bool ForCodeSize; member in __anon5d8bd2ca0111::DAGCombiner
227 ForCodeSize = DAG.shouldOptForSize(); in DAGCombiner()
12159 TLI.isNegatibleForFree(N1, DAG, LegalOperations, ForCodeSize) == 2) in visitFADD()
12162 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize), Flags); in visitFADD()
12166 TLI.isNegatibleForFree(N0, DAG, LegalOperations, ForCodeSize) == 2) in visitFADD()
12169 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize), Flags); in visitFADD()
12348 if (TLI.isNegatibleForFree(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
12349 return TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize); in visitFSUB()
12367 if (TLI.isNegatibleForFree(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
12370 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize), Flags); in visitFSUB()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVEISelLowering.h220 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h837 bool ForCodeSize, unsigned Depth) const override;
841 bool LegalOperations, bool ForCodeSize,
1105 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h181 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h428 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86ISelLowering.h1065 bool LegalOperations, bool ForCodeSize,
1368 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h296 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h682 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h384 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h442 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsISelLowering.h673 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp154 bool ForCodeSize; member in __anon7025b6d00111::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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h873 bool ForCodeSize = false) const {
3420 bool LegalOperations, bool ForCodeSize,
3425 bool LegalOperations, bool ForCodeSize,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h508 bool ForCodeSize = false) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h365 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h966 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h317 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMISelLowering.h598 bool ForCodeSize = false) const override;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp94 bool ForCodeSize; member in __anon533734280111::DAGCombiner
482 ForCodeSize = DAG.getMachineFunction().getFunction()->optForSize(); in DAGCombiner()
10192 bool ForCodeSize; member
10200 Cost(bool ForCodeSize = false) in Cost()
10201 : ForCodeSize(ForCodeSize), Loads(0), Truncates(0), in Cost()
10205 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost()
10206 : ForCodeSize(ForCodeSize), Loads(1), Truncates(0), in Cost()
10257 if (!ForCodeSize && ExpensiveOpsLHS != ExpensiveOpsRHS) in operator <()
10582 const APInt &UsedBits, bool ForCodeSize) { in isSlicingProfitable() argument
10596 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h572 bool ForCodeSize) const override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1144 bool ForCodeSize) const override;

12