Home
last modified time | relevance | path

Searched defs:CF (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp25 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isIdempotentRMW() local
63 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isSaturating() local
/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dmask.pass.cpp25 typedef std::ctype<char> CF; in main() typedef
/llvm-project/clang/test/SemaOpenACC/
H A Dcompute-construct-reduction-clause.c9 _Complex float CF; member
19 _Complex float CF; member
H A Dcompute-construct-reduction-clause.cpp9 _Complex float CF; member
19 _Complex float CF; member
/llvm-project/clang/test/Preprocessor/
H A Dhas_attribute.cpp81 #define CF clang::fallthrough macro
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp96 ConstraintMap::Factory &CF = N->getState()->get_context<ConstraintMap>(); addConstraints() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp216 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(O)) { calcRange() local
417 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(V)) { convert() local
/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp220 const auto *CF = cast<MCDwarfCallFrameFragment>(this); dump() local
H A DMCAssembler.cpp820 const MCDwarfCallFrameFragment &CF = cast<MCDwarfCallFrameFragment>(F); writeFragment() local
1018 MCCVDefRangeFragment &CF = cast<MCCVDefRangeFragment>(Frag); layout() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp453 if (CF != NCM.end()) { in nodes_for_root() local
775 if (CF != NCM.end()) { in recalculatePlacement() local
815 if (CF ! in recalculatePlacementRec() local
905 NodeChildrenMap::iterator CF = NCM.find(Node); adjustForInvariance() local
1140 NodeChildrenMap::iterator CF = NCM.find(N); getAllUsersForNode() local
1180 NodeChildrenMap::iterator CF = NCM.find(Last); materialize() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dparent-virtual-call.cpp164 class CF : public BF<int> { class
/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h38 CF, enumerator
/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h68 if (const Function *CF = I->getCalledFunction()) in classof() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp47 auto *CF = CI->getCalledFunction(); in canHandle() local
H A DLibCallsShrinkWrap.cpp426 if (ConstantFP *CF = dyn_cast<ConstantFP>(Base)) { in generateCondForPow() local
H A DDebugify.cpp1065 Function &F = *const_cast<Function *>(*CF); in registerCallbacks() local
1083 auto &F = *const_cast<Function *>(*CF); in registerCallbacks() local
/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp297 Function *CF = CB->getCalledFunction(); in main() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp59 using CF = ComplexFloat<1.0f + 3.0fi>; typedef
60 using CF = ComplexFloat<3.0fi + 1.0f>; typedef
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp879 Value *nval = ConstantFP::get(CF->getType(), tr[i].result); in TDOFold() local
586 if (const ConstantFP *CF = dyn_cast<ConstantFP>(V)) isKnownIntegral() local
916 const APFloat *CF = nullptr; fold_pow() local
[all...]
/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DMachineIRBuilderTest.cpp65 ConstantFP *CF = ConstantFP::get(Ctx, DoubleVal); in TEST_F() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h480 virtual unsigned fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero() argument
/llvm-project/clang/test/CXX/drs/
H A Dcwg23xx.cpp324 #define CF global() macro
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp131 if (auto CF = dyn_cast<CoroFreeInst>(U)) replaceCoroFree() local
[all...]
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp496 const Function *CF = nullptr; lowerCall() local
[all...]
/llvm-project/llvm/unittests/IR/
H A DVerifierTest.cpp379 Constant *CF = ConstantFP::getZero(FPTy); TEST() local

123