Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp138 struct ReplacementIRBuilder struct
144 explicit ReplacementIRBuilder(Instruction *I, const DataLayout &DL) in ReplacementIRBuilder() function
379 ReplacementIRBuilder Builder(I, *DL); in bracketInstWithFences()
408 ReplacementIRBuilder Builder(LI, *DL); in convertAtomicLoadToIntegerType()
430 ReplacementIRBuilder Builder(RMWI, *DL); in convertAtomicXchgToIntegerType()
490 ReplacementIRBuilder Builder(LI, *DL); in expandAtomicLoadToLL()
506 ReplacementIRBuilder Builder(LI, *DL); in expandAtomicLoadToCmpXchg()
535 ReplacementIRBuilder Builder(SI, *DL); in convertAtomicStoreToIntegerType()
559 ReplacementIRBuilder Builder(SI, *DL); in expandAtomicStore()
904 ReplacementIRBuilder Builder(AI, *DL); in expandPartwordAtomicRMW()
[all …]