Home
last modified time | relevance | path

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

/external/eigen/test/
Dmixingtypes.cpp28 typedef std::complex<float> CF; in mixingtypes() typedef
/external/libexif/libexif/fuji/
Dmnote-fuji-entry.c31 #define CF(format,target,v,maxlen) \ macro
/external/llvm/include/llvm/CodeGen/
DFastISel.h357 virtual unsigned TargetMaterializeFloatZero(const ConstantFP* CF) { in TargetMaterializeFloatZero()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp641 ComparableFunction CF = ComparableFunction(F, TD); in runOnModule() local
656 ComparableFunction CF = ComparableFunction(F, TD); in runOnModule() local
854 ComparableFunction CF = ComparableFunction(F, ComparableFunction::LookupOnly); in remove() local
/external/libexif/libexif/pentax/
Dmnote-pentax-entry.c35 #define CF(format,target,v,maxlen) \ macro
/external/libexif/libexif/canon/
Dmnote-canon-entry.c36 #define CF(format,target,v,maxlen) \ macro
/external/libexif/libexif/olympus/
Dmnote-olympus-entry.c33 #define CF(format,target,v,maxlen) \ macro
/external/llvm/include/llvm/IR/
DIntrinsicInst.h49 if (const Function *CF = I->getCalledFunction()) in classof() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp196 } else if (const ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in materializeRegForValue() local
433 if (ConstantFP *CF = dyn_cast<ConstantFP>(I->getOperand(1))) { in SelectBinaryOp() local
686 } else if (const ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in SelectCall() local
DInstrEmitter.cpp669 } else if (const ConstantFP *CF = dyn_cast<ConstantFP>(V)) { in EmitDbgValue() local
/external/llvm/include/llvm/Support/
DTargetFolder.h38 if (Constant *CF = ConstantFoldConstantExpression(CE, TD)) in Fold() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.h82 void setChildrenFlag(uint16_t CF) { ChildrenFlag = CF; } in setChildrenFlag()
/external/llvm/lib/MC/
DMCAssembler.cpp681 const MCDwarfCallFrameFragment &CF = cast<MCDwarfCallFrameFragment>(F); in writeFragment() local
1118 const MCDwarfCallFrameFragment *CF = cast<MCDwarfCallFrameFragment>(this); in dump() local
/external/libexif/libexif/
Dexif-entry.c638 #define CF(entry,target,v,maxlen) \ macro
/external/qemu/target-arm/
Dcpu.h101 uint32_t CF; /* 0 or 1 */ member
/external/llvm/lib/Target/X86/
DX86FastISel.cpp2440 unsigned X86FastISel::TargetMaterializeFloatZero(const ConstantFP *CF) { in TargetMaterializeFloatZero()
DX86ISelLowering.cpp5490 else if (ConstantFPSDNode *CF = dyn_cast<ConstantFPSDNode>(Ld)) in LowerVectorBroadcast() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp99 enum ObjKind { CF, ObjC, AnyObj }; enumerator
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3657 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local
DRewriteModernObjC.cpp4554 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals() local