Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1331 bool AllowFP = true, in isConstantScalar() argument
1338 return AllowFP; in isConstantScalar()
1368 bool AllowFP, bool AllowOpaqueConstants) { in isConstantOrConstantVector() argument
1369 if (isConstantScalar(MI, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
1378 if (!isConstantScalar(*ElementDef, MRI, AllowFP, AllowOpaqueConstants)) in isConstantOrConstantVector()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h459 bool AllowFP = true,