Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp624 auto *BCast = B.CreatePointerCast(PtrArg, PtrTy); in fold_read_write_pipe() local
628 Args.push_back(BCast); in fold_read_write_pipe()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36556 auto *BCast = cast<MemIntrinsicSDNode>(N0); in combineBitcast() local
36558 SDValue Ops[] = { BCast->getChain(), BCast->getBasePtr() }; in combineBitcast()
36562 BCast->getMemOperand()); in combineBitcast()
36563 DAG.ReplaceAllUsesOfValueWith(SDValue(BCast, 1), ResNode.getValue(1)); in combineBitcast()