/external/mesa3d/src/glsl/ |
D | lower_instructions.cpp | 113 #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/ |
D | lower_instructions.cpp | 113 #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/ |
D | simplified-lowering.cc | 76 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 …]
|
D | pipeline.cc | 247 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/ |
D | tailcallbyval64.ll | 8 ; 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).
|
D | mult-alt-x86.ll | 148 ; 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'.
|
D | vec_uint_to_fp.ll | 3 ; Test that we are not lowering uinttofp to scalars
|
D | widen_conversions.ll | 1 …-experimental-vector-widening-legalization -x86-experimental-vector-shuffle-lowering | FileCheck %s
|
D | uint64-to-float.ll | 2 ; Verify that we are using the efficient uitofp --> sitofp lowering illustrated
|
D | sext-load.ll | 3 ; When doing sign extension, use the sext-load lowering to take advantage of
|
D | 2012-08-07-CmpISelBug.ll | 3 ; Cmp lowering should not look past the truncate unless the high bits are known
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-07-06-LoweringIRForCodeGen.txt | 4 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/ |
D | mult-alt-generic-msp430.ll | 94 ; 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/ |
D | mult-alt-generic-sparc.ll | 94 ; 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/ |
D | vcvt-cost.ll | 2 ; 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
|
D | mult-alt-generic-arm.ll | 94 ; 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/ |
D | tblgen.rst | 88 .. option:: -gen-pseudo-lowering 90 Generate pseudo instruction lowering.
|
/external/llvm/test/CodeGen/Generic/ |
D | stop-after.ll | 8 ; START: -machine-branch-prob -jump-instr-tables -gc-lowering
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2010-10-11-Fast-Varargs.ll | 7 ; lowering code needs to use virtual registers when storing live-in registers on
|
D | mult-alt-generic-powerpc.ll | 94 ; No lowering support. 104 ; No lowering support. 251 ; No lowering support. 261 ; No lowering support.
|
D | mult-alt-generic-powerpc64.ll | 94 ; No lowering support. 104 ; No lowering support. 251 ; No lowering support. 261 ; No lowering support.
|
/external/llvm/test/CodeGen/Thumb/ |
D | sjljehprepare-lower-vector.ll | 2 ; SjLjEHPrepare shouldn't crash when lowering vectors.
|
/external/llvm/test/CodeGen/R600/ |
D | fcmp.ll | 18 ; SET*_DX10 instruction. Previously we were lowering this to:
|
/external/llvm/test/CodeGen/AArch64/ |
D | regress-f128csel-flags.ll | 4 ; when lowering a 128-bit "select" to branches. This meant a subsequent use
|
D | arm64-regress-f128csel-flags.ll | 4 ; when lowering a 128-bit "select" to branches. This meant a subsequent use
|