Searched defs:addOperand (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_backend.cpp102 md->addOperand(
318 PragmaMetadata->addOperand(
817 mExportVarMetadata->addOperand(
827 mRSObjectSlotsMetadata->addOperand(llvm::MDNode::get(mLLVMContext,
1031 mExportFuncMetadata->addOperand(
1060 mExportForEachNameMetadata->addOperand(
1068 mExportForEachSignatureMetadata->addOperand(
1083 auto addOperand = [&ExportReduceInfo](uint32_t Idx, llvm::Metadata *N) { local
1091 auto addString = [&addOperand, this](uint32_t Idx, const std::string &S,
1094 addOperand(Id
[all...]

Completed in 211 milliseconds