Searched refs:Bypass (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSchedule.td | 29 class Bypass; 30 def NoBypass : Bypass; 109 list<Bypass> bypasses = []> { 113 list<Bypass> Bypasses = bypasses; 120 class ProcessorItineraries<list<FuncUnit> fu, list<Bypass> bp, 123 list<Bypass> BP = bp;
|
/external/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 32 class Bypass; 33 def NoBypass : Bypass; 112 list<Bypass> bypasses = [], int uops = 1> { 117 list<Bypass> Bypasses = bypasses; 126 class ProcessorItineraries<list<FuncUnit> fu, list<Bypass> bp, 129 list<Bypass> BP = bp;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE500mc.td | 39 def E500_GPR_Bypass : Bypass; 40 def E500_FPR_Bypass : Bypass; 41 def E500_CR_Bypass : Bypass;
|
D | PPCScheduleE5500.td | 42 def E5500_GPR_Bypass : Bypass; 43 def E5500_FPR_Bypass : Bypass; 44 def E5500_CR_Bypass : Bypass;
|
D | PPCSchedule440.td | 60 def P440_GPR_Bypass : Bypass; // The bypass for general-purpose regs. 61 def P440_FPR_Bypass : Bypass; // The bypass for floating-point regs.
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | nl.po | 197 msgid "Bypass the TCL pipeline" 202 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
|
D | sv.po | 195 msgid "Bypass the TCL pipeline" 200 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
|
D | de.po | 202 msgid "Bypass the TCL pipeline" 207 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
|
D | fr.po | 196 msgid "Bypass the TCL pipeline" 201 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
|
D | es.po | 209 msgid "Bypass the TCL pipeline" 214 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
|
D | ca.po | 228 msgid "Bypass the TCL pipeline" 233 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 447 void emitMinimumIterationCountCheck(Loop *L, BasicBlock *Bypass); 449 void emitVectorLoopEnteredCheck(Loop *L, BasicBlock *Bypass); 452 void emitSCEVChecks(Loop *L, BasicBlock *Bypass); 454 void emitMemRuntimeChecks(Loop *L, BasicBlock *Bypass); 2833 BasicBlock *Bypass) { in emitMinimumIterationCountCheck() argument 2852 BranchInst::Create(Bypass, NewBB, CheckMinIters)); in emitMinimumIterationCountCheck() 2857 BasicBlock *Bypass) { in emitVectorLoopEnteredCheck() argument 2877 BranchInst::Create(Bypass, NewBB, Cmp)); in emitVectorLoopEnteredCheck() 2881 void InnerLoopVectorizer::emitSCEVChecks(Loop *L, BasicBlock *Bypass) { in emitSCEVChecks() argument 2887 SCEVExpander Exp(*PSE.getSE(), Bypass->getModule()->getDataLayout(), in emitSCEVChecks() [all …]
|
/external/bison/data/ |
D | glr.cc | 69 # Bypass the default implementation to generate the "yy_symbol_print"
|
/external/iputils/doc/ |
D | ping.sgml | 333 Bypass the normal routing tables and send directly to a host on an attached
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMScheduleA9.td | 32 def A9_LdBypass : Bypass;
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleA9.td | 36 def A9_LdBypass : Bypass;
|
/external/valgrind/ |
D | NEWS | 2080 n-i-bz Bypass gcc4.4/4.5 code gen bugs causing out of memory or asserts
|