/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelDAGToDAG.cpp | 38 bool ForCodeSize; member in __anon07bf76130111::WebAssemblyDAGToDAGISel 43 : SelectionDAGISel(tm, OptLevel), Subtarget(nullptr), ForCodeSize(false) { in WebAssemblyDAGToDAGISel() 51 ForCodeSize = MF.getFunction().hasFnAttribute(Attribute::OptimizeForSize) || in runOnMachineFunction()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelDAGToDAG.cpp | 37 bool ForCodeSize; member in __anon275999db0111::WebAssemblyDAGToDAGISel 42 : SelectionDAGISel(tm, OptLevel), Subtarget(nullptr), ForCodeSize(false) { in WebAssemblyDAGToDAGISel() 50 ForCodeSize = in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 94 bool ForCodeSize; member in __anonbfbf49f20111::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-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 43 bool ForCodeSize; member in __anon98b90a290111::AArch64DAGToDAGISel 49 ForCodeSize(false) {} in AArch64DAGToDAGISel() 56 ForCodeSize = MF.getFunction().optForSize(); in runOnMachineFunction() 368 if (ForCodeSize || V.hasOneUse()) in isWorthFolding()
|
D | AArch64InstrInfo.td | 341 def ForCodeSize : Predicate<"MF->getFunction().optForSize()">;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 42 bool ForCodeSize; member in __anonec6fe5f10111::AArch64DAGToDAGISel 48 ForCodeSize(false) {} in AArch64DAGToDAGISel() 55 ForCodeSize = MF.getFunction()->optForSize(); in runOnMachineFunction() 335 return ForCodeSize || V.hasOneUse(); in isWorthFolding()
|
D | AArch64InstrInfo.td | 306 def ForCodeSize : Predicate<"ForCodeSize">; 307 def NotForCodeSize : Predicate<"!ForCodeSize">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 122 bool ForCodeSize; member in __anon3082002a0111::DAGCombiner 163 ForCodeSize = DAG.getMachineFunction().getFunction().optForSize(); in DAGCombiner() 12725 bool ForCodeSize; member 12734 Cost(bool ForCodeSize = false) : ForCodeSize(ForCodeSize) {} in Cost() 12737 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost() 12738 : ForCodeSize(ForCodeSize), Loads(1) { in Cost() 12788 if (!ForCodeSize && ExpensiveOpsLHS != ExpensiveOpsRHS) in operator <() 13117 const APInt &UsedBits, bool ForCodeSize) { in isSlicingProfitable() argument 13131 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable() 13137 LoadedSlice::Cost SliceCost(LS, ForCodeSize); in isSlicingProfitable() [all …]
|