Searched refs:FP (Results 1 - 25 of 152) sorted by relevance

1234567

/external/clang/test/CodeGen/
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...]
H A Dstruct-init.c37 void (*FP)(struct fp_struct_bar); member in struct:fp_struct_foo
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-alloc.c7 void (*FP)(); variable
28 FP = foo;
30 FP = foo2;
38 FP();
H A Dinstrprof-value-prof-evict.c59 FPT FP = getCalleeFunc(Sequence[I]); \
60 FP(); \
/external/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp117 : FP(P), TRI(T) {}
118 const FlowPattern &FP; member in struct:__anon12975::PrintFP
125 OS << "{ SplitB:" << PrintMB(P.FP.SplitB)
126 << ", PredR:" << PrintReg(P.FP.PredR, &P.TRI)
127 << ", TrueB:" << PrintMB(P.FP.TrueB) << ", FalseB:"
128 << PrintMB(P.FP.FalseB)
129 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }";
157 FlowPattern &FP);
165 bool isValid(const FlowPattern &FP) const;
168 bool isProfitable(const FlowPattern &FP) cons
213 matchFlowPattern(MachineBasicBlock *B, MachineLoop *L, FlowPattern &FP) argument
773 updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP) argument
823 convert(const FlowPattern &FP) argument
1010 simplifyFlowGraph(const FlowPattern &FP) argument
[all...]
/external/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp50 const Function *FP, std::vector<uint32_t> RegMask) {
51 assert(FP != nullptr && "Function * can't be nullptr.");
52 RegMasks[FP] = std::move(RegMask);
56 PhysicalRegisterUsageInfo::getRegUsageInfo(const Function *FP) { argument
57 if (RegMasks.find(FP) != RegMasks.end())
58 return &(RegMasks.find(FP)->second);
49 storeUpdateRegUsageInfo( const Function *FP, std::vector<uint32_t> RegMask) argument
/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 Dnullability.cpp64 template<void FP(_Nonnull int*)>
66 FP(0); // expected-warning{{null passed to a callee that requires a non-null argument}}
/external/llvm/include/llvm/CodeGen/
H A DRegisterUsageInfo.h56 void storeUpdateRegUsageInfo(const Function *FP,
61 const std::vector<uint32_t> *getRegUsageInfo(const Function *FP);
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp25 const InstrStage *IS, const unsigned *OC, const unsigned *FP)
26 : MCSubtargetInfo(TT, CPU, FS, PF, PD, ProcSched, WPR, WL, RA, IS, OC, FP) {
20 TargetSubtargetInfo( const Triple &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/libchrome/crypto/
H A Dscoped_capi_types.h99 template<class CH, typename FP> inline
100 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
104 template<class CH, typename FP> inline
105 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
/external/compiler-rt/test/profile/Linux/
H A Dinstrprof-merge-vp.c29 typedef void (*FP)(void); typedef
30 FP Fps[3] = {callee1, callee2, callee3};
/external/llvm/include/llvm/Analysis/
H A DRegionPass.h117 Pass *FP = static_cast<Pass *>(PassVector[N]);
118 return FP;
/external/llvm/lib/Target/WebAssembly/InstPrinter/
H A DWebAssemblyInstPrinter.cpp112 static std::string toString(const APFloat &FP) { argument
114 if (FP.isNaN() &&
115 !FP.bitwiseIsEqual(APFloat::getQNaN(FP.getSemantics())) &&
116 !FP.bitwiseIsEqual(APFloat::getQNaN(FP.getSemantics(), /*Negative=*/true))) {
117 APInt AI = FP.bitcastToAPInt();
129 auto Written = FP.convertToHexString(
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DRegionPass.h115 Pass *FP = static_cast<Pass *>(PassVector[N]);
116 return FP;
/external/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp89 // st %fp,-4[*%sp] !push old FP
90 // add %sp,8,%fp !generate new FP
112 // Push old FP
115 .addReg(Lanai::FP)
121 // Generate new FP
123 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::FP)
188 .addReg(Lanai::FP)
192 BuildMI(MBB, MBBI, DL, LII.get(Lanai::LDW_RI), Lanai::FP)
193 .addReg(Lanai::FP)
212 // Reserve 4 bytes for the saved FP
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp43 MSP430::FP, MSP430::R5, MSP430::R6, MSP430::R7,
53 MSP430::FP, MSP430::R5, MSP430::R6, MSP430::R7,
91 Reserved.set(MSP430::FP);
116 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP);
125 Offset += 2; // Skip the saved FP
160 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;
/external/google-breakpad/src/common/
H A Dscoped_ptr.h387 template<class C, class FP> inline
388 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) {
392 template<class C, class FP> inline
393 bool operator==(C* p, const scoped_ptr_malloc<C, FP>& b) {
397 template<class C, class FP> inline
398 bool operator!=(C* p, const scoped_ptr_malloc<C, FP>& b) {
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSubtargetInfo.h46 const unsigned *OC, const unsigned *FP,
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSubtargetInfo.cpp27 const unsigned *FP,
35 ForwardingPathes = FP;
21 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *PI, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaFrameLowering.cpp53 bool FP = hasFP(MF); local
67 if (FP)
68 NumBytes += 8; //reserve space for the old FP
93 // Now if we need to, save the old FP and set the new
94 if (FP) {
115 bool FP = hasFP(MF); local
120 //now if we need to, restore the old FP
121 if (FP) {
122 //copy the FP into the SP (discards allocas)
125 //restore the FP
[all...]
/external/libcxx/src/
H A Dchrono.cpp175 typedef steady_clock::rep (*FP)(); typedef in class:chrono::steady_clock
178 FP
191 static FP fp = init_steady_clock();
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp44 const InstrStage *IS, const unsigned *OC, const unsigned *FP)
47 ReadAdvanceTable(RA), Stages(IS), OperandCycles(OC), ForwardingPaths(FP) {
39 MCSubtargetInfo( const Triple &TT, StringRef C, 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/test/MC/Mips/
H A Dmodule-softfloat.s12 # CHECK-OBJ: FP ABI: Soft float (0x3)

Completed in 474 milliseconds

1234567