Searched refs:ForCodeSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp43 bool ForCodeSize; member in class:__anon25943::AArch64DAGToDAGISel
49 ForCodeSize(false) {}
57 ForCodeSize =
308 if (ForCodeSize || V.hasOneUse())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp88 bool ForCodeSize; member in class:__anon25798::DAGCombiner
356 ForCodeSize =
8082 bool ForCodeSize; member in struct:__anon25800::LoadedSlice::Cost
8090 Cost(bool ForCodeSize = false)
8091 : ForCodeSize(ForCodeSize), Loads(0), Truncates(0),
8095 Cost(const LoadedSlice &LS, bool ForCodeSize = false)
8096 : ForCodeSize(ForCodeSize), Loads(1), Truncates(0),
8147 if (!ForCodeSize
8474 isSlicingProfitable(SmallVectorImpl<LoadedSlice> &LoadedSlices, const APInt &UsedBits, bool ForCodeSize) argument
[all...]

Completed in 170 milliseconds