Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_benchmark_cpu_test.cc351 #define BM_CUBOID_NAME(p, NT, N, H, W, P, C, FC, FH, FW, FP) \ argument
355 #define BM_CuboidConvolution(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
363 #define BM_CuboidConvolutionBwdInput(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
371 #define BM_CuboidConvolutionBwdKernel(NT, N, H, W, P, C, FC, FH, FW, FP, \ argument
383 #define BM_CuboidConvolutions(N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
389 #define BM_CuboidConvolutionsBwdInput(N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
395 #define BM_CuboidConvolutionsBwdKernel(N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGenTypes/
DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) Ty = n, argument
179 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in isOverloaded() argument
306 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc) \ in getSizeInBits() argument
428 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getFloatingPointVT() argument
438 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getIntegerVT() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGenTypes/
DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) Ty = n, argument
179 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in isOverloaded() argument
306 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc) \ in getSizeInBits() argument
428 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getFloatingPointVT() argument
438 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getIntegerVT() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) Ty = n, argument
179 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in isOverloaded() argument
306 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc) \ in getSizeInBits() argument
428 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getFloatingPointVT() argument
438 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getIntegerVT() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGenTypes/
DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) Ty = n, argument
179 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in isOverloaded() argument
306 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc) \ in getSizeInBits() argument
428 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getFloatingPointVT() argument
438 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc) \ in getIntegerVT() argument
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp138 const FlowPattern &FP; member
239 MachineLoop *L, FlowPattern &FP) { in matchFlowPattern()
626 FlowPattern FP; in visitBlock() local
811 const FlowPattern &FP) { in updatePhiNodes()
859 void HexagonEarlyIfConversion::convert(const FlowPattern &FP) { in convert()
1026 void HexagonEarlyIfConversion::simplifyFlowGraph(const FlowPattern &FP) { in simplifyFlowGraph()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp138 const FlowPattern &FP; member
239 MachineLoop *L, FlowPattern &FP) { in matchFlowPattern()
626 FlowPattern FP; in visitBlock() local
811 const FlowPattern &FP) { in updatePhiNodes()
859 void HexagonEarlyIfConversion::convert(const FlowPattern &FP) { in convert()
1025 void HexagonEarlyIfConversion::simplifyFlowGraph(const FlowPattern &FP) { in simplifyFlowGraph()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp50 const Function *FP, std::vector<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
56 PhysicalRegisterUsageInfo::getRegUsageInfo(const Function *FP) { in getRegUsageInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp58 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
63 PhysicalRegisterUsageInfo::getRegUsageInfo(const Function &FP) { in getRegUsageInfo()
H A DTargetOptionsImpl.cpp32 StringRef FP = F.getFnAttribute("frame-pointer").getValueAsString(); in DisableFramePointerElim() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp60 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
65 PhysicalRegisterUsageInfo::getRegUsageInfo(const Function &FP) { in getRegUsageInfo()
H A DTargetOptionsImpl.cpp33 StringRef FP = F.getFnAttribute("frame-pointer").getValueAsString(); in DisableFramePointerElim() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp415 unsigned FP = ABI.GetFramePtr(); in emitPrologue() local
702 unsigned FP = ABI.GetFramePtr(); in emitEpilogue() local
869 unsigned FP = ABI.GetFramePtr(); in determineCalleeSaves() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp415 unsigned FP = ABI.GetFramePtr(); in emitPrologue() local
702 unsigned FP = ABI.GetFramePtr(); in emitEpilogue() local
869 unsigned FP = ABI.GetFramePtr(); in determineCalleeSaves() local
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Dyacc.py2057 def digraph(X, R, FP): argument
2068 def traverse(x, N, stack, F, X, R, FP): argument
2453 FP = lambda x: self.dr_relation(C, x, nullable) function
2475 FP = lambda x: readsets[x] function
/aosp_15_r20/external/ply/ply/ply/
H A Dyacc.py2057 def digraph(X, R, FP): argument
2068 def traverse(x, N, stack, F, X, R, FP): argument
2453 FP = lambda x: self.dr_relation(C, x, nullable) function
2475 FP = lambda x: readsets[x] function
/aosp_15_r20/external/libchrome/third_party/ply/
H A Dyacc.py1901 def digraph(X,R,FP): argument
1911 def traverse(x,N,stack,F,X,R,FP): argument
2285 FP = lambda x: self.dr_relation(C,x,nullable) function
2307 FP = lambda x: readsets[x] function
/aosp_15_r20/external/python/pycparser/pycparser/ply/
Dyacc.py2055 def digraph(X, R, FP): argument
2066 def traverse(x, N, stack, F, X, R, FP): argument
2452 FP = lambda x: self.dr_relation(C, x, nullable) function
2474 FP = lambda x: readsets[x] function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLegacyPassManager.cpp299 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]); in getContainedManager() local
1368 FunctionPass *FP = getContainedPass(Index); in cleanup() local
1384 FunctionPass *FP = getContainedPass(Index); in dumpPassStructure() local
1414 FunctionPass *FP = getContainedPass(Index); in runOnFunction() local
/aosp_15_r20/external/llvm/lib/IR/
H A DInstruction.cpp232 if (auto *FP = dyn_cast<FPMathOperator>(V)) in copyIRFlags() local
249 if (auto *FP = dyn_cast<FPMathOperator>(V)) { in andIRFlags() local
H A DLegacyPassManager.cpp283 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]); in getContainedManager() local
1448 FunctionPass *FP = getContainedPass(Index); in cleanup() local
1494 FunctionPass *FP = getContainedPass(Index); in dumpPassStructure() local
1514 FunctionPass *FP = getContainedPass(Index); in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLegacyPassManager.cpp376 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]); in getContainedManager() local
1392 FunctionPass *FP = getContainedPass(Index); in cleanup() local
1437 FunctionPass *FP = getContainedPass(Index); in dumpPassStructure() local
1468 FunctionPass *FP = getContainedPass(Index); in runOnFunction() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dmake_shared_fp_test.cpp17 typedef boost::shared_ptr<int>(*FP)(); in main() typedef

123456789