Home
last modified time | relevance | path

Searched refs:LoopCountInit (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DHardwareLoops.cpp168 Value *InsertIterationSetup(Value *LoopCountInit);
321 Value *LoopCountInit = InitLoopCount(); in Create() local
322 if (!LoopCountInit) { in Create()
328 Value *Setup = InsertIterationSetup(LoopCountInit); in Create()
331 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()
435 Value* HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument
437 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()
443 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()
457 return UseLoopGuard ? LoopCountInit : SetCount; in InsertIterationSetup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp168 void InsertIterationSetup(Value *LoopCountInit);
318 Value *LoopCountInit = InitLoopCount(); in Create() local
319 if (!LoopCountInit) { in Create()
325 InsertIterationSetup(LoopCountInit); in Create()
328 Instruction *LoopDec = InsertLoopRegDec(LoopCountInit); in Create()
329 Value *EltsRem = InsertPHICounter(LoopCountInit, LoopDec); in Create()
430 void HardwareLoop::InsertIterationSetup(Value *LoopCountInit) { in InsertIterationSetup() argument
432 Type *Ty = LoopCountInit->getType(); in InsertIterationSetup()
436 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()