Home
last modified time | relevance | path

Searched refs:Bypass (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSchedule.td29 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/
DTargetItinerary.td32 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/
DPPCScheduleE500mc.td39 def E500_GPR_Bypass : Bypass;
40 def E500_FPR_Bypass : Bypass;
41 def E500_CR_Bypass : Bypass;
DPPCScheduleE5500.td42 def E5500_GPR_Bypass : Bypass;
43 def E5500_FPR_Bypass : Bypass;
44 def E5500_CR_Bypass : Bypass;
DPPCSchedule440.td60 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/
Dnl.po197 msgid "Bypass the TCL pipeline"
202 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
Dsv.po195 msgid "Bypass the TCL pipeline"
200 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
Dde.po202 msgid "Bypass the TCL pipeline"
207 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
Dfr.po196 msgid "Bypass the TCL pipeline"
201 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
Des.po209 msgid "Bypass the TCL pipeline"
214 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
Dca.po228 msgid "Bypass the TCL pipeline"
233 "Bypass the TCL pipeline with state-based machine code generated on-the-fly"
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp447 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/
Dglr.cc69 # Bypass the default implementation to generate the "yy_symbol_print"
/external/iputils/doc/
Dping.sgml333 Bypass the normal routing tables and send directly to a host on an attached
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMScheduleA9.td32 def A9_LdBypass : Bypass;
/external/llvm/lib/Target/ARM/
DARMScheduleA9.td36 def A9_LdBypass : Bypass;
/external/valgrind/
DNEWS2080 n-i-bz Bypass gcc4.4/4.5 code gen bugs causing out of memory or asserts