Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A 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/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dbfin.h1166 } LoopSetup; typedef
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-bfin.c1356 INIT (LoopSetup); in bfin_gen_loopsetup()