Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1257 for (const Record *RParam : Op->getValueAsListOfDefs("params")) in getCodeForDag() local
1258 ParamTypes.push_back(getType(RParam, Param)); in getCodeForDag()
1485 for (const Record *RParam : R->getValueAsListOfDefs("params")) { in EmitterBase() local
1486 const Type *Param = getType(RParam, getVoidType()); in EmitterBase()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3056 llvm::Value *RParam = CGF.EmitLoadOfScalar(RLVal, Loc); in emitProxyTaskFunction() local
3061 CallArgs.push_back(RParam); in emitProxyTaskFunction()