Searched refs:ForCodeSize (Results 1 – 4 of 4) sorted by relevance
/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/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 42 bool ForCodeSize; member in __anonec6fe5f10111::AArch64DAGToDAGISel 48 ForCodeSize(false) {} in AArch64DAGToDAGISel() 55 ForCodeSize = MF.getFunction()->optForSize(); in runOnMachineFunction() 331 if (ForCodeSize || V.hasOneUse()) in isWorthFolding()
|
D | AArch64InstrInfo.td | 303 def ForCodeSize : Predicate<"ForCodeSize">; 304 def NotForCodeSize : Predicate<"!ForCodeSize">;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 93 bool ForCodeSize; member in __anonbfbf49f20111::DAGCombiner 464 ForCodeSize = DAG.getMachineFunction().getFunction()->optForSize(); in DAGCombiner() 10074 bool ForCodeSize; member 10082 Cost(bool ForCodeSize = false) in Cost() 10083 : ForCodeSize(ForCodeSize), Loads(0), Truncates(0), in Cost() 10087 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost() 10088 : ForCodeSize(ForCodeSize), Loads(1), Truncates(0), in Cost() 10139 if (!ForCodeSize && ExpensiveOpsLHS != ExpensiveOpsRHS) in operator <() 10464 const APInt &UsedBits, bool ForCodeSize) { in isSlicingProfitable() argument 10478 LoadedSlice::Cost OrigCost(ForCodeSize), GlobalSlicingCost(ForCodeSize); in isSlicingProfitable() [all …]
|