Searched refs:PostProc (Results 1 - 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
H A DOCL20ToSPIRV.cpp721 Info.PostProc = [=](std::vector<Value *> &Ops){
770 Info.PostProc = [=](std::vector<Value *> &Ops){
784 Info.PostProc(Args);
937 Info.PostProc = [=](std::vector<Value *> &Ops) {
970 Info.PostProc(Args);
978 Info.PostProc(Args);
1239 Info.PostProc = [&](std::vector<Value*> &Args) {
1264 Info.PostProc = [=](std::vector<Value *> &Ops){
1350 Info.PostProc = [=](std::vector<Value *> &Ops){
H A DOCLUtil.h123 std::function<void(std::vector<Value *>&)> PostProc; member in struct:OCLUtil::OCLBuiltinTransInfo
128 PostProc = [](std::vector<Value *>&){};
H A DSPIRVWriter.cpp119 std::function<void(std::vector<SPIRVWord>&)> PostProc; member in struct:SPIRV::OCLBuiltinSPIRVTransInfo
121 PostProc = [](std::vector<SPIRVWord>&){};

Completed in 603 milliseconds