Home
last modified time | relevance | path

Searched defs:FP (Results 1 – 25 of 91) sorted by relevance

1234

/external/llvm/lib/CodeGen/
DRegisterUsageInfo.cpp50 const Function *FP, std::vector<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
56 PhysicalRegisterUsageInfo::getRegUsageInfo(const Function *FP) { in getRegUsageInfo()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaFrameLowering.cpp53 bool FP = hasFP(MF); in emitPrologue() local
115 bool FP = hasFP(MF); in emitEpilogue() local
DAlphaRegisterInfo.cpp139 bool FP = TFI->hasFP(MF); in eliminateFrameIndex() local
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp118 const FlowPattern &FP; member
214 MachineLoop *L, FlowPattern &FP) { in matchFlowPattern()
578 FlowPattern FP; in visitBlock() local
774 const FlowPattern &FP) { in updatePhiNodes()
823 void HexagonEarlyIfConversion::convert(const FlowPattern &FP) { in convert()
1010 void HexagonEarlyIfConversion::simplifyFlowGraph(const FlowPattern &FP) { in simplifyFlowGraph()
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py1498 def digraph(X,R,FP): argument
1508 def traverse(x,N,stack,F,X,R,FP): argument
1543 FP = lambda x: dr_relation(C,x,nullable) function
1565 FP = lambda x: readsets[x] function
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-alloc.c7 void (*FP)(); variable
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp25 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo()
/external/clang/test/Sema/
Dblock-call.c3 int (*FP)(); variable
/external/clang/test/SemaCXX/
Dblock-call.cpp3 int (*FP)(); variable
/external/llvm/include/llvm/Analysis/
DRegionPass.h117 Pass *FP = static_cast<Pass *>(PassVector[N]); in getContainedPass() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionPass.h115 Pass *FP = static_cast<Pass *>(PassVector[N]); in getContainedPass() local
/external/compiler-rt/test/profile/Linux/
Dinstrprof-merge-vp.c29 typedef void (*FP)(void); typedef
/external/clang/test/CodeGen/
Dstruct-init.c37 void (*FP)(struct fp_struct_bar); member
Dpointer-arithmetic.c10 typedef void (*FP)(void); typedef
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSubtargetInfo.cpp27 const unsigned *FP, in InitMCSubtargetInfo()
/external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
Dv9.S135 #define FP %fp+STACK_BIAS macro
/external/libffi/src/sparc/
Dv9.S135 #define FP %fp+STACK_BIAS macro
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dv9.S135 #define FP %fp+STACK_BIAS macro
/external/libcxx/src/
Dchrono.cpp175 typedef steady_clock::rep (*FP)(); typedef
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp44 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in MCSubtargetInfo()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp102 bool FP = hasFP(MF); in emitPrologue() local
222 bool FP = hasFP(MF); in emitEpilogue() local
/external/llvm/lib/IR/
DInstruction.cpp232 if (auto *FP = dyn_cast<FPMathOperator>(V)) in copyIRFlags() local
249 if (auto *FP = dyn_cast<FPMathOperator>(V)) { in andIRFlags() local
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp112 static std::string toString(const APFloat &FP) { in toString()
/external/boringssl/src/crypto/fipsmodule/des/
Dinternal.h202 #define FP(l, r) \ macro
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp389 unsigned FP = ABI.GetFramePtr(); in emitPrologue() local
678 unsigned FP = ABI.GetFramePtr(); in emitEpilogue() local
846 unsigned FP = ABI.GetFramePtr(); in determineCalleeSaves() local

1234