Home
last modified time | relevance | path

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

123

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp216 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(O)) { in calcRange() local
417 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in convert() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp96 ConstraintMap::Factory &CF = N->getState()->get_context<ConstraintMap>(); in addConstraints() local
/freebsd/contrib/llvm-project/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
/freebsd/contrib/sendmail/cf/cf/
H A DMakefile15 CF= sendmail macro
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp220 const auto *CF = cast<MCDwarfCallFrameFragment>(this); in dump() local
H A DMCAssembler.cpp804 const MCDwarfCallFrameFragment &CF = cast<MCDwarfCallFrameFragment>(F); in writeFragment() local
1002 MCCVDefRangeFragment &CF = cast<MCCVDefRangeFragment>(Frag); in layout() local
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.c166 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() macro
/freebsd/bin/pax/
H A Doptions.h56 #define CF 0x00000004 macro
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h38 CF, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h68 if (const Function *CF = I->getCalledFunction()) in classof() local
/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog.h1267 u64 l, CF; in streebog_process() local
/freebsd/sys/sys/
H A Dpmclog.h123 #define PMC_CALLCHAIN_CPUFLAGS_TO_CPU(CF) (((CF) >> 16) & 0xFFFF) argument
124 #define PMC_CALLCHAIN_CPUFLAGS_TO_USERMODE(CF) ((CF) & PMC_CC_F_USERSPACE) argument
/freebsd/contrib/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 if (const auto **CF = llvm::any_cast<const Function *>(&IR)) { in registerCallbacks() local
1083 if (const auto **CF = llvm::any_cast<const Function *>(&IR)) { in registerCallbacks() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp297 Function *CF = CB->getCalledFunction(); in main() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp586 if (const ConstantFP *CF = dyn_cast<ConstantFP>(V)) in isKnownIntegral() local
878 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in TDOFold() local
915 const APFloat *CF = nullptr; in fold_pow() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h483 virtual unsigned fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp131 if (auto CF = dyn_cast<CoroFreeInst>(U)) in replaceCoroFree() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp496 const Function *CF = nullptr; in lowerCall() local
H A DSPIRVPrepareFunctions.cpp433 Function *CF = Call->getCalledFunction(); in substituteIntrinsicCalls() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp503 const Function *CF = static_cast<const Function *>(Info.Callee.getGlobal()); in lowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1578 } else if (auto *CF = dyn_cast<ConstantFP>(COp)) { in printConstant() local
1903 if (auto *CF = dyn_cast<ConstantFP>(C)) { in addConstantComments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp2250 const ConstantFP *CF = ConstImm->getConstantFPValue(); in pickOpcodeForVectorStParam() local
2352 const ConstantFP *CF = ConstImm->getConstantFPValue(); in tryStoreParam() local

123