Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp453 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root() local
775 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacement() local
815 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacementRec() local
905 NodeChildrenMap::iterator CF = NCM.find(Node); in adjustForInvariance() local
1140 NodeChildrenMap::iterator CF = NCM.find(N); in getAllUsersForNode() local
1180 NodeChildrenMap::iterator CF = NCM.find(Last); in materialize() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp248 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(O)) { in calcRange() local
442 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in convert() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp739 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in TDOFold() local
758 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in fold_recip() local
811 ConstantFP *CF; in fold_pow() local
1014 if (const ConstantFP *CF = dyn_cast<ConstantFP>(opr1)) { in fold_pow() local
1172 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr2)) { in fold_fma_mad() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DRetainSummaryManager.h38 CF, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DStatepoint.h68 if (const Function *CF = I->getCalledFunction()) in classof() local
H A DIntrinsicInst.h118 if (const Function *CF = I->getCalledFunction()) in classof() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp46 auto *CF = CI->getCalledFunction(); in canHandle() local
H A DLibCallsShrinkWrap.cpp434 if (ConstantFP *CF = dyn_cast<ConstantFP>(Base)) { in generateCondForPow() local
H A DDebugify.cpp1045 if (const auto **CF = any_cast<const Function *>(&IR)) { in registerCallbacks() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp297 Function *CF = CB->getCalledFunction(); in main() local
/openbsd-src/usr.sbin/lpr/common_source/
H A Dcommon.c66 char *CF; /* name of cifplot filter (per job) */ variable
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp456 const auto *CF = cast<MCDwarfCallFrameFragment>(this); in dump() local
H A DMCAssembler.cpp704 const MCDwarfCallFrameFragment &CF = cast<MCDwarfCallFrameFragment>(F); in writeFragment() local
898 MCCVDefRangeFragment &CF = cast<MCCVDefRangeFragment>(Frag); in layout() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp364 const Function *CF = nullptr; in lowerCall() local
H A DSPIRVPrepareFunctions.cpp311 Function *CF = Call->getCalledFunction(); in substituteIntrinsicCalls() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h476 virtual unsigned fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp133 if (auto CF = dyn_cast<CoroFreeInst>(U)) in replaceCoroFree() local
/openbsd-src/bin/pax/
H A Doptions.c73 #define CF 0x00000004 macro
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2009 } else if (auto *CF = dyn_cast<ConstantFP>(COp)) { in printConstant() local
2276 if (auto *CF = dyn_cast<ConstantFP>(C)) { in addConstantComments() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp503 const Function *CF = static_cast<const Function *>(Info.Callee.getGlobal()); in lowerCall() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp291 else if (const auto *CF = dyn_cast<ConstantFP>(V)) { in materializeConstant() local
1304 } else if (const auto *CF = dyn_cast<ConstantFP>(V)) { in selectIntrinsicCall() local
H A DInstrEmitter.cpp715 if (const ConstantFP *CF = dyn_cast<ConstantFP>(V)) in GetMOForConstDbgOp() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2126 ConstraintRangeTy::Factory &CF = State->get_context<ConstraintRange>(); in assign() local
2402 ClassSet::Factory &CF = State->get_context<ClassSet>(); in mergeImpl() local
2533 ClassSet::Factory &CF = State->get_context<ClassSet>(); in addToDisequalityInfo() local
/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h83 CF = 0x1, /// Emit gfids tables enumerator

12