Home
last modified time | relevance | path

Searched refs:LoopSetup (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DHardwareLoops.cpp451 Value *LoopSetup = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup() local
460 UsePhi ? Builder.CreateExtractValue(LoopSetup, 1) : LoopSetup; in InsertIterationSetup()
466 LLVM_DEBUG(dbgs() << "HWLoops: Inserted loop counter: " << *LoopSetup in InsertIterationSetup()
469 LoopSetup = Builder.CreateExtractValue(LoopSetup, 0); in InsertIterationSetup()
470 return !UsePhi ? LoopCountInit : LoopSetup; in InsertIterationSetup()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dbfin.h1166 } LoopSetup; typedef
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-bfin.c1356 INIT (LoopSetup); in bfin_gen_loopsetup()