Home
last modified time | relevance | path

Searched refs:Lowered (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dswitch-density.ll44 ; Lowered as a jump table when sparse, and branches when dense.
75 ; Lowered as a jump table when sparse, and branches when dense.
Dswitch.ll19 ; Lowered as a jump table, both with and without optimization.
47 ; Lowered as a jump table, both with and without optimization.
66 ; Lowered as a jump table, both with and without optimization.
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp212 if (SDValue Lowered = TLI.LowerOperation(Result, DAG)) { in LegalizeOp() local
213 if (Lowered == Result) in LegalizeOp()
214 return TranslateLegalizeResults(Op, Lowered); in LegalizeOp()
216 if (Lowered->getNumValues() != Op->getNumValues()) { in LegalizeOp()
222 return LegalizeOp(Lowered); in LegalizeOp()
224 return TranslateLegalizeResults(Op, Lowered); in LegalizeOp()
240 SDValue Lowered = TLI.LowerOperation(Result, DAG); in LegalizeOp() local
241 Changed = Lowered != Result; in LegalizeOp()
242 return TranslateLegalizeResults(Op, Lowered); in LegalizeOp()
/external/llvm/test/CodeGen/AMDGPU/
Dsi-annotate-cf.ll7 ; Lowered break instructin:
9 ; Lowered Loop instruction:
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp581 Value *Lowered = in lowerTypeTestCalls() local
583 CI->replaceAllUsesWith(Lowered); in lowerTypeTestCalls()
/external/v8/
DChangeLog23749 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
24914 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
26587 Lowered limit on code space for systems with low memory supply.