Searched defs:FP (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/tools/grit/grit/extern/
H A DBogoFP.py14 import grit.extern.FP namespace
22 grit.extern.FP._UnsignedFingerPrintImpl(str, encoding))
H A Dtclib.py16 from grit.extern import FP namespace
36 fp = FP.FingerPrint(message)
39 fp2 = FP.FingerPrint(meaning)
/external/clang/test/Sema/
H A Dblock-call.c3 int (*FP)(); variable
7 int (*FPL) (int) = FP; // C doesn't consider this an error.
/external/clang/test/SemaCXX/
H A Dblock-call.cpp3 int (*FP)(); variable
7 int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' with an lvalue of type 'int (*)()'}}
H A Dexplicit.cpp230 struct FP { struct
237 FP fp;
/external/chromium_org/third_party/boringssl/src/crypto/des/
H A Dinternal.h126 /* IP and FP
157 Thanks for hints from Richard Outerbridge - he told me IP&FP
176 #define FP(l, r) \ macro
/external/chromium_org/tools/grit/grit/format/
H A Drc_header.py11 from grit.extern import FP namespace
180 id = FP.UnsignedFingerPrint(tid)
/external/libcxx/src/
H A Dchrono.cpp88 typedef steady_clock::rep (*FP)(); typedef in class:chrono::steady_clock
91 FP
106 static FP fp = init_steady_clock();
/external/clang/test/CodeGen/
H A Dstruct-init.c37 void (*FP)(struct fp_struct_bar); member in struct:fp_struct_foo
H A Dpointer-arithmetic.c10 typedef void (*FP)(void); typedef
18 FP f5(FP a, int b) { return a + b; }
19 FP f5_1(FP a, int b) { return (a += b); }
20 FP f6(int a, FP b) { return a + b; }
21 FP f6_1(int a, FP b) { return (a += b); }
22 FP f
[all...]
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp49 const unsigned *FP) {
60 ForwardingPaths = FP;
40 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandPredSpillCode.cpp88 unsigned FP = MI->getOperand(0).getReg(); local
89 assert(FP == QTM.getRegisterInfo()->getFrameRegister() &&
103 .addReg(FP).addReg(HEXAGON_RESERVED_REG_1);
112 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset);
126 addReg(FP).addImm(Offset).addReg(HEXAGON_RESERVED_REG_2);
135 unsigned FP = MI->getOperand(1).getReg(); local
136 assert(FP == QTM.getRegisterInfo()->getFrameRegister() &&
147 .addReg(FP)
157 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset);
167 HEXAGON_RESERVED_REG_2).addReg(FP)
[all...]
/external/openssl/crypto/des/
H A Ddes_locl.h363 /* IP and FP
394 Thanks for hints from Richard Outerbridge - he told me IP&FP
414 #define FP(l,r) \ macro
/external/chromium_org/tools/grit/grit/
H A Dgrit_runner.py19 import grit.extern.FP namespace
132 grit.extern.FP.UnsignedFingerprint. MODULE must be
260 grit.extern.FP.UseUnsignedFingerPrintFromModule(options.hash)
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp249 Constant *FP = CS->getOperand(1); local
250 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(FP))
252 FP = CE->getOperand(0);
253 if (Function *F = dyn_cast<Function>(FP)) {
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp277 /// \brief This is a standard arm64 prologue where FP/LR are immediately
278 /// pushed on the stack, then SP is copied to FP. If there are any
280 /// in a contiguous ranger right below the saved FP/LR pair. Any subset of the
375 AArch64::FP && member in class:__anon25956::DarwinAArch64AsmBackend::AArch64
392 assert(LRReg == AArch64::LR && FPReg == AArch64::FP &&
/external/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp288 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP; local
382 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO)
387 nullptr, MRI->getDwarfRegNum(FP, true)));
406 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP; local
419 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO);
516 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP; local
520 MRI.setPhysRegUsed(FP);
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp198 unsigned FP = TFI->hasFP(MF) ? 1 : 0; local
199 return 10 - FP - (STI.isR9Reserved() ? 1 : 0);
320 // Thumb has trouble with negative offsets from the FP. Thumb2 has a limited
494 /// reference would be better served by a base register other than FP
538 // will be earlier than the FP, so we ignore those.
556 // The FP is only available if there is no dynamic realignment. We
H A DARMFastISel.cpp467 // the combined constant into an FP reg.
1049 // load. Now we must move from the GRP to the FP register.
1577 unsigned FP = ARMMoveToFPReg(MVT::f32, SrcReg); local
1578 if (FP == 0) return false;
1587 TII.get(Opc), ResultReg).addReg(FP));
3072 // iOS always has a FP for backtracking, force other targets
3073 // to keep their FP when doing FastISel. The emitted code is
3075 // FastISel isn't quite correct when FP is eliminated.
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp151 // The FP register is also not really a register, but is the representation
153 Reserved.set(PPC::FP);
227 unsigned FP = TFI->hasFP(MF) ? 1 : 0; local
228 return 32 - FP - DefaultSafety;
754 // Replace the FrameIndex with base register with GPR1 (SP) or GPR31 (FP).
881 /// reference would be better served by a base register other than FP
936 // offset as the difference between the object offset and the FP location.
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp255 bool FP = hasFP(MF); local
273 // If necessary, save LR and FP to the stack, as we EXTSP.
275 GetSpillList(SpillList, MFI, XFI, saveLR, FP);
303 if (FP) {
304 // Set the FP from the SP.
375 bool FP = hasFP(MF); local
377 if (FP) // Restore the stack pointer.
380 // If necessary, restore LR and FP from the stack, as we EXTSP.
382 GetSpillList(SpillList, MFI, XFI, restoreLR, FP);
428 "LR & FP ar
[all...]
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp326 Constant *FP = CS->getOperand(1); local
327 if (FP->isNullValue())
331 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(FP))
333 FP = CE->getOperand(0);
336 if (Function *F = dyn_cast<Function>(FP))
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp274 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]);
275 return FP;
1467 FunctionPass *FP = getContainedPass(Index); local
1468 AnalysisResolver *AR = FP->getResolver();
1513 FunctionPass *FP = getContainedPass(Index); local
1514 FP->dumpPassStructure(Offset + 1);
1515 dumpLastUses(FP, Offset+1);
1533 FunctionPass *FP = getContainedPass(Index); local
1536 dumpPassInfo(FP, EXECUTION_MSG, ON_FUNCTION_MSG, F.getName());
1537 dumpRequiredSet(FP);
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp3048 DenseMap<Value *, Value *>::iterator FP = ChosenPairs.find(P->second); local
3049 assert(FP != ChosenPairs.end() && "Flipped pair not found in list");
3050 ChosenPairs.erase(FP);
/external/valgrind/main/massif/
H A Dms_main.c861 NULL/*array to dump FP values in*/,
2118 #define FP(format, args...) ({ \ macro
2181 FP("%sn%d: %lu ", depth_str, sxpt->Sig.n_children, sxpt->szB);
2198 // Nb: We treat this specially (ie. we don't use FP) so that if the
2257 FP("%sn0: %lu in %d place%s below massif's threshold (%s)\n",
2272 FP("#-----------\n");
2273 FP("snapshot=%d\n", snapshot_n);
2274 FP("#-----------\n");
2275 FP("time=%lld\n", snapshot->time);
2276 FP("mem_heap_
[all...]

Completed in 2957 milliseconds

12