/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAtomicRMW.cpp | 24 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isIdempotentRMW() local 62 if (auto CF = dyn_cast<ConstantFP>(RMWI.getValOperand())) in isSaturating() local
|
/third_party/libexif/libexif/fuji/ |
D | mnote-fuji-entry.c | 31 #define CF(format,target,v,maxlen) \ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 305 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(O)) { in walkForwards() local 450 } else if (ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in convert() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 458 NodeChildrenMap::iterator CF = NCM.find(N); in nodes_for_root() local 786 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacement() local 827 NodeChildrenMap::iterator CF = NCM.find(Node); in recalculatePlacementRec() local 917 NodeChildrenMap::iterator CF = NCM.find(Node); in adjustForInvariance() local 1155 NodeChildrenMap::iterator CF = NCM.find(N); in getAllUsersForNode() local 1195 NodeChildrenMap::iterator CF = NCM.find(Last); in materialize() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 785 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in TDOFold() local 825 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr0)) { in fold_recip() local 878 ConstantFP *CF; in fold_pow() local 1081 if (const ConstantFP *CF = dyn_cast<ConstantFP>(opr1)) { in fold_pow() local 1239 if (ConstantFP *CF = dyn_cast<ConstantFP>(opr2)) { in fold_fma_mad() local
|
/third_party/libexif/libexif/olympus/ |
D | mnote-olympus-entry.c | 33 #define CF(format,target,v,maxlen) \ macro
|
/third_party/libexif/libexif/pentax/ |
D | mnote-pentax-entry.c | 35 #define CF(format,target,v,maxlen) \ macro
|
/third_party/libexif/libexif/canon/ |
D | mnote-canon-entry.c | 34 #define CF(format,target,v,maxlen) \ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCFragment.cpp | 414 const auto *CF = cast<MCDwarfCallFrameFragment>(this); in dump() local
|
D | MCAssembler.cpp | 646 const MCDwarfCallFrameFragment &CF = cast<MCDwarfCallFrameFragment>(F); in writeFragment() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 205 else if (auto *CF = dyn_cast<CoroFreeInst>(U)) in processCoroId() local
|
D | Coroutines.cpp | 170 if (auto CF = dyn_cast<CoroFreeInst>(U)) in replaceCoroFree() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 433 if (ConstantFP *CF = dyn_cast<ConstantFP>(Base)) { in generateCondForPow() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 488 virtual unsigned fastMaterializeFloatZero(const ConstantFP *CF) { in fastMaterializeFloatZero()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 36 if (Constant *CF = ConstantFoldConstant(C, DL)) in Fold() local
|
/third_party/libexif/libexif/ |
D | exif-entry.c | 644 #define CF(entry,target,v,maxlen) \ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1870 } else if (auto *CF = dyn_cast<ConstantFP>(COp)) { in printConstant() local 2439 if (auto *CF = dyn_cast<ConstantFP>(C)) { in EmitInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicInst.h | 57 if (const Function *CF = I->getCalledFunction()) in classof() local
|
D | PatternMatch.h | 285 if (const auto *CF = dyn_cast<ConstantFP>(V)) in match() local 289 if (const auto *CF = dyn_cast_or_null<ConstantFP>(C->getSplatValue())) in match() local 302 auto *CF = dyn_cast<ConstantFP>(Elt); in match() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsCallLowering.cpp | 608 const Function *CF = static_cast<const Function *>(Info.Callee.getGlobal()); in lowerCall() local
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | shortnumbermetadata.js | 617 ,"CF":[,[,,"1\\d{2,3}",,,,,,,[3,4] property
|
D | metadatalite.js | 1532 ,"CF":[,[,,"(?:[27]\\d{3}|8776)\\d{4}",,,,,,,[8] property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 415 else if (const auto *CF = dyn_cast<ConstantFP>(V)) { in materializeConstant() local 1431 } else if (const auto *CF = dyn_cast<ConstantFP>(V)) { in selectIntrinsicCall() local
|
D | InstrEmitter.cpp | 738 } else if (const ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in EmitDbgValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 421 MCFragment *CF = OS.getCurrentFragment(); in alignBranchesBegin() local
|