/external/libunwind/src/ia64/ |
H A D | getcontext.S | 30 #define FR(n) (SC_FR + (n)*16) define 57 add r3 = FR(2), in0 62 add r8 = FR(16), in0 67 add r9 = FR(24), in0 76 stf.spill [r9] = f24, (FR(31) - FR(24)) // M2 127 add r8 = FR(3), in0 131 stf.spill [r8] = f3, (FR(4) - FR(3)) // M3 132 add r9 = FR( [all...] |
/external/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 184 auto FR = EM.find(DR); local 185 if (FR == EM.end()) 187 RegisterRef SR = FR->second;
|
H A D | HexagonEarlyIfConv.cpp | 781 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; local 789 FR = RO.getReg(), FSR = RO.getSubReg(); 797 else if (FR == 0) 798 FR = SR, FSR = SSR; 799 assert(TR && FR); 815 .addReg(FR, 0, FSR);
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | RegionCode.java | 43 static final String FR = "FR"; field in class:RegionCode
|
/external/llvm/lib/CodeGen/ |
H A D | LocalStackSlotAllocation.cpp | 331 FrameRef &FR = FrameReferenceInsns[ref]; local 332 MachineInstr &MI = *FR.getMachineInstr(); 333 int64_t LocalOffset = FR.getLocalOffset(); 334 int FrameIdx = FR.getFrameIndex();
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
H A D | GlobalsModRef.cpp | 126 if (FunctionRecord *FR = getFunctionInfo(F)) { 127 if (FR->FunctionEffect == 0) 129 else if ((FR->FunctionEffect & Mod) == 0) 143 if (FunctionRecord *FR = getFunctionInfo(F)) { 144 if (FR->FunctionEffect == 0) 146 else if ((FR->FunctionEffect & Mod) == 0) 385 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()]; local 408 FR.MayReadAnyGlobal = true; 429 FR.GlobalInfo[GI->first] |= GI->second; 430 FR [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
H A D | MBlazeFrameLowering.cpp | 44 SmallVector<std::pair<int,int64_t>, 16> &FR) { 47 const SmallVector<std::pair<int,int64_t>, 16>::iterator FRB = FR.begin(); 48 const SmallVector<std::pair<int,int64_t>, 16>::iterator FRE = FR.end(); 43 replaceFrameIndexes(MachineFunction &MF, SmallVector<std::pair<int,int64_t>, 16> &FR) argument
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CallAndMessageChecker.cpp | 242 const FieldRegion *FR = MrMgr.getFieldRegion(I, R); local 246 if (Find(FR)) 250 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
|
H A D | MallocChecker.cpp | 2157 FreeReturnValueTy FR = state->get<FreeReturnValue>(); local 2158 for (FreeReturnValueTy::iterator I = FR.begin(), E = FR.end(); I != E; ++I) {
|
/external/icu/icu4c/source/test/intltest/ |
H A D | svccoll.cpp | 38 const Locale& FR = Locale::getFrance(); local 44 Collator* frcol = Collator::createInstance(FR, status); 94 frcol = Collator::createInstance(FR, status);
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
H A D | AlphaISelLowering.cpp | 757 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsBase(), MVT::i64); local 758 SDValue S1 = DAG.getStore(Chain, dl, FR, VAListP,
|
/external/ImageMagick/coders/ |
H A D | wmf.c | 1382 *FR = (wmfFunctionReference *) API->function_reference; 1387 FR->device_open = ipa_device_open; 1388 FR->device_close = ipa_device_close; 1389 FR->device_begin = ipa_device_begin; 1390 FR->device_end = ipa_device_end; 1391 FR->flood_interior = ipa_flood_interior; 1392 FR->flood_exterior = ipa_flood_exterior; 1393 FR->draw_pixel = ipa_draw_pixel; 1394 FR->draw_pie = ipa_draw_pie; 1395 FR 1380 *FR = (wmfFunctionReference *) API->function_reference; local [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 1228 const FieldRegion *getFieldRegionWithSuper(const FieldRegion *FR, argument 1230 return getFieldRegion(FR->getDecl(), superRegion);
|
/external/clang/lib/Sema/ |
H A D | Sema.cpp | 1305 OverloadExpr::FindResult FR = OverloadExpr::find(const_cast<Expr*>(&E)); local 1308 if (FR.HasFormOfMemberPointer) 1311 Overloads = FR.Expression;
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 677 const FieldRegion *const FR = dyn_cast<FieldRegion>(this); local 681 if (FR) { 682 return FR->getDecl()->getSourceRange(); 1374 const FieldRegion *FR = cast<FieldRegion>(R); local 1375 R = FR->getSuperRegion(); 1377 const RecordDecl *RD = FR->getDecl()->getParent(); 1396 if (FR->getDecl() == *FI)
|
H A D | RegionStore.cpp | 749 static inline bool isUnionField(const FieldRegion *FR) { argument 750 return FR->getDecl()->getParent()->isUnion(); 762 if (const FieldRegion *FR = dyn_cast<FieldRegion>(R)) 763 if (!isUnionField(FR)) 764 Fields.push_back(FR->getDecl()); 819 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) { 820 if (FR->getDecl()->isBitField()) 821 Length = FR->getDecl()->getBitWidthValue(SVB.getContext()); 1422 if (const FieldRegion* FR = dyn_cast<FieldRegion>(R)) 1423 return CastRetrievedVal(getBindingForField(B, FR), F 2239 const FieldRegion* FR = MRMgr.getFieldRegion(*FI, R); local [all...] |
H A D | BugReporter.cpp | 1354 const CXXForRangeStmt *FR = cast<CXXForRangeStmt>(Term); local 1355 if (isContainedByStmt(PM, FR->getInc(), S)) 1357 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) 1359 LoopBody = FR->getBody();
|
/external/valgrind/VEX/priv/ |
H A D | host_mips_defs.h | 47 #define FR(_mode64, _enc, _ix64, _ix32) \ macro 69 ST_IN HReg hregMIPS_F16 ( Bool mode64 ) { return FR (mode64, 16, 12, 12); } 70 ST_IN HReg hregMIPS_F18 ( Bool mode64 ) { return FR (mode64, 18, 13, 13); } 71 ST_IN HReg hregMIPS_F20 ( Bool mode64 ) { return FR (mode64, 20, 14, 14); } 72 ST_IN HReg hregMIPS_F22 ( Bool mode64 ) { return FR (mode64, 22, 15, 15); } 73 ST_IN HReg hregMIPS_F24 ( Bool mode64 ) { return FR (mode64, 24, 16, 16); } 74 ST_IN HReg hregMIPS_F26 ( Bool mode64 ) { return FR (mode64, 26, 17, 17); } 75 ST_IN HReg hregMIPS_F28 ( Bool mode64 ) { return FR (mode64, 28, 18, 18); } 76 ST_IN HReg hregMIPS_F30 ( Bool mode64 ) { return FR (mode64, 30, 19, 19); } 97 ST_IN HReg hregMIPS_HI ( Bool mode64 ) { return FR (mode6 119 #undef FR macro [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 1433 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local 1435 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1), 1473 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), local 1513 return DAG.getStore(thirdStore, dl, FR, nextPtr,
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4215 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsStackIndex(), local 4218 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 2572 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local 2574 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1), 2607 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), local 2647 return DAG.getStore(thirdStore, dl, FR, nextPtr,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2356 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local 2358 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1),
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 3067 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local 3069 return DAG.getStore(Op.getOperand(0), dl, FR, Op.getOperand(1),
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8996 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), local 8998 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1),
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 16902 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsFrameIndex(), PtrVT); local 16903 return DAG.getStore(Op.getOperand(0), DL, FR, Op.getOperand(1), [all...] |