Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1027 if (isPattern == IsPattern::Yes) in patternOrZeroFor()
1038 IsPattern isPattern, in constStructWithPadding() argument
1052 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()
1059 auto *NewOp = constWithPadding(CGM, isPattern, CurOp); in constStructWithPadding()
1068 Values.push_back(patternOrZeroFor(CGM, isPattern, PadTy)); in constStructWithPadding()
1081 return constStructWithPadding(CGM, isPattern, STy, constant); in constWithPadding()
1092 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1097 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1302 return patternOrZeroFor(CGM, isPattern, Ty); in replaceUndef()
1310 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
[all …]
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp1180 bool isPattern() const { in isPattern() function in __anon2f09016c0111::SparseTensorFile
1387 readCOOValue(coo, indices, &linePtr, stfile.isPattern(), in openSparseTensorCOO()