Home
last modified time | relevance | path

Searched refs:lowering (Results 1 – 25 of 143) sorted by relevance

123456

/external/mesa3d/src/glsl/
Dlower_instructions.cpp113 #define lowering(x) (this->lower & x) macro
257 if (lowering(DIV_TO_MUL_RCP)) in mod_to_fract()
276 if (lowering(SUB_TO_ADD_NEG)) in visit_leave()
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP)) in visit_leave()
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP)) in visit_leave()
288 if (lowering(EXP_TO_EXP2)) in visit_leave()
293 if (lowering(LOG_TO_LOG2)) in visit_leave()
298 if (lowering(MOD_TO_FRACT) && ir->type->is_float()) in visit_leave()
303 if (lowering(POW_TO_EXP2)) in visit_leave()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dlower_instructions.cpp113 #define lowering(x) (this->lower & x) macro
257 if (lowering(DIV_TO_MUL_RCP)) in mod_to_fract()
276 if (lowering(SUB_TO_ADD_NEG)) in visit_leave()
281 if (ir->operands[1]->type->is_integer() && lowering(INT_DIV_TO_MUL_RCP)) in visit_leave()
283 else if (ir->operands[1]->type->is_float() && lowering(DIV_TO_MUL_RCP)) in visit_leave()
288 if (lowering(EXP_TO_EXP2)) in visit_leave()
293 if (lowering(LOG_TO_LOG2)) in visit_leave()
298 if (lowering(MOD_TO_FRACT) && ir->type->is_float()) in visit_leave()
303 if (lowering(POW_TO_EXP2)) in visit_leave()
/external/chromium_org/v8/src/compiler/
Dsimplified-lowering.cc76 void Run(SimplifiedLowering* lowering) { in Run() argument
102 VisitNode(node, GetUseInfo(node), lowering); in Run()
272 SimplifiedLowering* lowering) { in VisitPhi() argument
327 node->set_op(lowering->common()->Phi(type, values)); in VisitPhi()
364 SimplifiedLowering* lowering) { in VisitNode() argument
405 return VisitPhi(node, use, lowering); in VisitNode()
430 node->set_op(lowering->machine()->WordEqual()); in VisitNode()
434 node->set_op(lowering->machine()->WordEqual()); in VisitNode()
452 node->set_op(lowering->machine()->WordEqual()); in VisitNode()
523 node->set_op(lowering->machine()->TruncateFloat64ToInt32()); in VisitNode()
[all …]
Dpipeline.cc247 JSTypedLowering lowering(&jsgraph); in GenerateCode() local
249 graph_reducer.AddReducer(&lowering); in GenerateCode()
260 SimplifiedLowering lowering(&jsgraph); in GenerateCode() local
261 lowering.LowerAllNodes(); in GenerateCode()
275 ChangeLowering lowering(&jsgraph, &linkage); in GenerateCode() local
281 graph_reducer.AddReducer(&lowering); in GenerateCode()
297 JSGenericLowering lowering(info(), &jsgraph); in GenerateCode() local
299 graph_reducer.AddReducer(&lowering); in GenerateCode()
/external/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll8 ; Expect 2 rep;movs because of tail call byval lowering.
13 ; lowering appearing after moving arguments to registers. The following two
16 ; byval lowering - not rsi, not rdi, not rcx).
Dmult-alt-x86.ll148 ; Missing lowering support for 'L'.
155 ; Missing lowering support for 'M'.
168 ; Missing lowering support for 'G'.
175 ; Missing lowering support for 'C'.
316 ; Missing lowering support for 'L'.
323 ; Missing lowering support for 'M'.
336 ; Missing lowering support for 'G'.
343 ; Missing lowering support for 'C'.
Dvec_uint_to_fp.ll3 ; Test that we are not lowering uinttofp to scalars
Dwiden_conversions.ll1 …-experimental-vector-widening-legalization -x86-experimental-vector-shuffle-lowering | FileCheck %s
Duint64-to-float.ll2 ; Verify that we are using the efficient uitofp --> sitofp lowering illustrated
Dsext-load.ll3 ; When doing sign extension, use the sext-load lowering to take advantage of
D2012-08-07-CmpISelBug.ll3 ; Cmp lowering should not look past the truncate unless the high bits are known
/external/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt4 Subject: lowering the IR
6 BTW, I do think that we should consider lowering the IR as you said. I
27 The main benefit of lowering will be that we will be able to retain a close
/external/llvm/test/CodeGen/MSP430/
Dmult-alt-generic-msp430.ll94 ; No lowering support.
104 ; No lowering support.
150 ; No lowering support.
252 ; No lowering support.
262 ; No lowering support.
308 ; No lowering support.
/external/llvm/test/CodeGen/SPARC/
Dmult-alt-generic-sparc.ll94 ; No lowering support.
104 ; No lowering support.
150 ; No lowering support.
252 ; No lowering support.
262 ; No lowering support.
308 ; No lowering support.
/external/llvm/test/CodeGen/ARM/
Dvcvt-cost.ll2 ; instructions as expensive. If lowering is improved the cost model needs to
19 ;; We currently estimate the cost of this instruction as expensive. If lowering
66 ;; We currently estimate the cost of this instruction as expensive. If lowering
Dmult-alt-generic-arm.ll94 ; No lowering support.
104 ; No lowering support.
150 ; No lowering support.
252 ; No lowering support.
262 ; No lowering support.
308 ; No lowering support.
/external/llvm/docs/CommandGuide/
Dtblgen.rst88 .. option:: -gen-pseudo-lowering
90 Generate pseudo instruction lowering.
/external/llvm/test/CodeGen/Generic/
Dstop-after.ll8 ; START: -machine-branch-prob -jump-instr-tables -gc-lowering
/external/llvm/test/CodeGen/PowerPC/
D2010-10-11-Fast-Varargs.ll7 ; lowering code needs to use virtual registers when storing live-in registers on
Dmult-alt-generic-powerpc.ll94 ; No lowering support.
104 ; No lowering support.
251 ; No lowering support.
261 ; No lowering support.
Dmult-alt-generic-powerpc64.ll94 ; No lowering support.
104 ; No lowering support.
251 ; No lowering support.
261 ; No lowering support.
/external/llvm/test/CodeGen/Thumb/
Dsjljehprepare-lower-vector.ll2 ; SjLjEHPrepare shouldn't crash when lowering vectors.
/external/llvm/test/CodeGen/R600/
Dfcmp.ll18 ; SET*_DX10 instruction. Previously we were lowering this to:
/external/llvm/test/CodeGen/AArch64/
Dregress-f128csel-flags.ll4 ; when lowering a 128-bit "select" to branches. This meant a subsequent use
Darm64-regress-f128csel-flags.ll4 ; when lowering a 128-bit "select" to branches. This meant a subsequent use

123456