Home
last modified time | relevance | path

Searched defs:IRBuilder (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp69 using IRBuilder = llvm::IRBuilder<llvm::ConstantFolder, llvm::IRBuilderDefaultInserter>; typedef in rr::DebugInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp938 function_ref<Value *(IRBuilder<> &, Value *)> PerformOp) { in expandAtomicOpToLLSC()
1006 function_ref<Value *(IRBuilder<> &, Value *)> PerformOp) { in insertRMWLLSCLoop()
1348 function_ref<Value *(IRBuilder<> &, Value *)> PerformOp, in insertRMWCmpXchgLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1575 static CallInst *createPopcntIntrinsic(IRBuilder<> &IRBuilder, Value *Val, in createPopcntIntrinsic() argument
1588 static CallInst *createFFSIntrinsic(IRBuilder<> &IRBuilder, Value *Val, in createFFSIntrinsic() argument
/third_party/skia/src/core/
DSkVM.cpp2654 using IRBuilder = llvm::IRBuilder<>; in setupLLVM() typedef