Home
last modified time | relevance | path

Searched refs:needsSaving (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp26 bool DominatingValue<RValue>::saved_type::needsSaving(RValue rv) { in needsSaving() function in DominatingValue::saved_type
28 return DominatingLLVMValue::needsSaving(rv.getScalarVal()); in needsSaving()
30 return DominatingValue<Address>::needsSaving(rv.getAggregateAddress()); in needsSaving()
39 DominatingLLVMValue::needsSaving(V) ? ScalarAddress in save()
52 DominatingValue<Address>::needsSaving(V) in save()
H A DEHScopeStack.h58 static bool needsSaving(type value) { return false; } in needsSaving() function
H A DCodeGenFunction.h125 static bool needsSaving(llvm::Value *value) { in needsSaving() function
163 static bool needsSaving(type value) {
164 if (DominatingLLVMValue::needsSaving(value.getBasePointer()) ||
165 DominatingLLVMValue::needsSaving(value.getOffset()))
212 static bool needsSaving(RValue value);
219 static bool needsSaving(type value) { return saved_type::needsSaving(value); }
930 assert(!DominatingValue<Address>::needsSaving(ActiveFlag) &&
5539 if (!needsSaving(value))
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2914 … "clang::CodeGen::DominatingValue<clang::CodeGen::RValue>::saved_type::needsSaving(clang::CodeGen:…