Home
last modified time | relevance | path

Searched refs:getGuard (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp186 StringRef getGuard() const { return Guard; } in getGuard() function in __anon409da13d0111::Intrinsic
1243 return std::make_tuple(I->getGuard(), (unsigned)I->getClassKind(), I->getName()); in createHeader()
1251 if (I->getGuard() != InGuard) { in createHeader()
1254 InGuard = I->getGuard(); in createHeader()
H A DNeonEmitter.cpp414 std::string getGuard() const { return Guard; } in getGuard() function in __anonc6b5f5bf0111::Intrinsic
2402 if ((*I)->getGuard() != InGuard) { in run()
2405 InGuard = (*I)->getGuard(); in run()
2511 if ((*I)->getGuard() != InGuard) { in runFP16()
2514 InGuard = (*I)->getGuard(); in runFP16()
2588 if ((*I)->getGuard() != InGuard) { in runBF16()
2591 InGuard = (*I)->getGuard(); in runBF16()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp5356 if (A->getGuard() == CFGuardAttr::GuardArg::nocf && !CI->getCalledFunction()) in EmitCall()