OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CF1
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp
825
ConstantFP *
CF1
= dyn_cast<ConstantFP>(opr1);
827
if ((CF0 &&
CF1
) || // both are constants
828
(
CF1
&& (getArgType(FInfo) == AMDGPULibFunc::F32)))
829
//
CF1
is constant && f32 divide
1196
ConstantFP *
CF1
= dyn_cast<ConstantFP>(opr1);
1197
if ((CF0 && CF0->isZero()) || (
CF1
&&
CF1
->isZero())) {
1211
if (
CF1
&&
CF1
->isExactlyValue(1.0f)) {
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc
443
#define
CF1
(N, X) CODE_FOR_##N##X##1
3341
#undef
CF1
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc
462
#define
CF1
(N, X) CODE_FOR_##N##X##1
3917
#undef
CF1
Completed in 18 milliseconds
Indexes created Sat Apr 18 00:22:28 UTC 2026