Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp539 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopDec() local
542 CondBuilder.setIsFPConstrained(true); in InsertLoopDec()
548 Value *NewCond = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopDec()
564 IRBuilder<> CondBuilder(ExitBranch); in InsertLoopRegDec() local
567 CondBuilder.setIsFPConstrained(true); in InsertLoopRegDec()
573 Value *Call = CondBuilder.CreateCall(DecFunc, Ops); in InsertLoopRegDec()
592 IRBuilder<> CondBuilder(ExitBranch); in UpdateBranch() local
594 CondBuilder.CreateICmpNE(EltsRem, ConstantInt::get(EltsRem->getType(), 0)); in UpdateBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp749 IRBuilder<> CondBuilder(I); in doSampling() local
750 auto *LoadSamplingVar = CondBuilder.CreateLoad(SamplingVarTy, SamplingVar); in doSampling()
759 auto *DurationCond = CondBuilder.CreateICmpULE( in doSampling()
760 LoadSamplingVar, GetConstant(CondBuilder, SampledBurstDuration)); in doSampling()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2254 IRBuilder<> CondBuilder(MemmoveB); in processCopyingStore() local
2255 CondBuilder.CreateBr(ExitB); in processCopyingStore()
2256 CondBuilder.SetInsertPoint(MemmoveB->getTerminator()); in processCopyingStore()
2275 NewCall = CondBuilder.CreateCall(Fn, in processCopyingStore()
2278 NewCall = CondBuilder.CreateMemMove( in processCopyingStore()