/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAtomicRMW.cpp | 25 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 D | Float2Int.cpp | 216 } 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 D | Z3CrosscheckVisitor.cpp | 96 ConstraintMap::Factory &CF = N->getState()->get_context<ConstraintMap>(); in addConstraints() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 453 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 D | Makefile | 15 CF= sendmail macro
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 220 const auto *CF = cast<MCDwarfCallFrameFragment>(this); in dump() local
|
H A D | MCAssembler.cpp | 804 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 D | vt_termcolors.c | 166 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() macro
|
/freebsd/bin/pax/ |
H A D | options.h | 56 #define CF 0x00000004 macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | RetainSummaryManager.h | 38 CF, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Statepoint.h | 68 if (const Function *CF = I->getCalledFunction()) in classof() local
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | streebog.h | 1267 u64 l, CF; in streebog_process() local
|
/freebsd/sys/sys/ |
H A D | pmclog.h | 123 #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 D | MemoryOpRemark.cpp | 47 auto *CF = CI->getCalledFunction(); in canHandle() local
|
H A D | LibCallsShrinkWrap.cpp | 426 if (ConstantFP *CF = dyn_cast<ConstantFP>(Base)) { in generateCondForPow() local
|
H A D | Debugify.cpp | 1065 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 D | llvm-extract.cpp | 297 Function *CF = CB->getCalledFunction(); in main() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 586 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 D | FastISel.h | 483 virtual unsigned fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 131 if (auto CF = dyn_cast<CoroFreeInst>(U)) in replaceCoroFree() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVCallLowering.cpp | 496 const Function *CF = nullptr; in lowerCall() local
|
H A D | SPIRVPrepareFunctions.cpp | 433 Function *CF = Call->getCalledFunction(); in substituteIntrinsicCalls() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 503 const Function *CF = static_cast<const Function *>(Info.Callee.getGlobal()); in lowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1578 } 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 D | NVPTXISelDAGToDAG.cpp | 2250 const ConstantFP *CF = ConstImm->getConstantFPValue(); in pickOpcodeForVectorStParam() local 2352 const ConstantFP *CF = ConstImm->getConstantFPValue(); in tryStoreParam() local
|