/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelDAGToDAG.cpp | 37 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/ |
D | AMDGPUISelLowering.h | 171 bool LegalOperations, bool ForCodeSize, 187 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/ |
D | LoongArchISelLowering.h | 231 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 5483 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 …]
|
D | DAGCombiner.cpp | 137 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/ |
D | VEISelLowering.h | 220 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 837 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/ |
D | AMDGPUISelLowering.h | 181 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 428 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1065 bool LegalOperations, bool ForCodeSize, 1368 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 296 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 682 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 384 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 442 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 673 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 154 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/ |
D | TargetLowering.h | 873 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/ |
D | ARMISelLowering.h | 508 bool ForCodeSize = false) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 365 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 966 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 317 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 598 bool ForCodeSize = false) const override;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 94 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/ |
D | AArch64ISelLowering.h | 572 bool ForCodeSize) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1144 bool ForCodeSize) const override;
|