Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp33 StringRef FP = F.getFnAttribute("frame-pointer").getValueAsString(); in DisableFramePointerElim() local
53 StringRef FP = F.getFnAttribute("frame-pointer").getValueAsString(); in FramePointerIsReserved() local
H A DRegisterUsageInfo.cpp58 const Function &FP, ArrayRef<uint32_t> RegMask) { in storeUpdateRegUsageInfo()
63 PhysicalRegisterUsageInfo::getRegUsageInfo(const Function &FP) { in getRegUsageInfo()
H A DTargetSubtargetInfo.cpp22 const unsigned *FP) in TargetSubtargetInfo() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) Ty = n, argument
174 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in isOverloaded() argument
257 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) EltTy, in getVectorElementType() argument
270 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) NElem, in getVectorMinNumElements() argument
299 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getSizeInBits() argument
421 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getFloatingPointVT() argument
431 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getIntegerVT() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp43 MCRegister FP = TRI->getFrameRegister(MF); in emitPrologue() local
144 MCRegister FP = TRI->getFrameRegister(MF); in emitEpilogue() local
249 unsigned FP = TRI->getFrameRegister(MF); in determineCalleeSaves() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp138 const FlowPattern &FP; member
239 MachineLoop *L, FlowPattern &FP) { in matchFlowPattern()
624 FlowPattern FP; in visitBlock() local
809 const FlowPattern &FP) { in updatePhiNodes()
857 void HexagonEarlyIfConversion::convert(const FlowPattern &FP) { in convert()
1024 void HexagonEarlyIfConversion::simplifyFlowGraph(const FlowPattern &FP) { in simplifyFlowGraph()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp25 else if (const auto *FP = std::get_if<FunctionPointer>(&Value)) in toAPValue() local
48 else if (const auto *FP = std::get_if<FunctionPointer>(&Value)) // Nope in toRValue() local
H A DPointer.cpp415 const Pointer &FP = Ptr.atField(F.Offset); in toRValue() local
438 const Pointer &FP = Ptr.atField(FD->Offset); in toRValue() local
H A DDisasm.cpp370 else if (const auto *FP = std::get_if<FunctionPointer>(&Value)) // Nope in dump() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPass.h116 Pass *FP = static_cast<Pass *>(PassVector[N]); in getContainedPass() local
/freebsd/sys/arm/include/
H A Dstack.h51 #define FP 11 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp296 unsigned FP = Subtarget.isGP32bit() ? Mips::FP : Mips::FP_64; in canRealignStack() local
H A DMipsSEFrameLowering.cpp415 unsigned FP = ABI.GetFramePtr(); in emitPrologue() local
701 unsigned FP = ABI.GetFramePtr(); in emitEpilogue() local
868 unsigned FP = ABI.GetFramePtr(); in determineCalleeSaves() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp243 } else if (auto *FP = dyn_cast<FunctionParmPackExpr>(E)) { in visitPotentialCaptures() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1488 # define FP r7 macro
1491 # define FP r11 macro
/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Df_tables.h51 #define FP des_FP_table macro
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp267 toString(const APFloat & FP) toString() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp300 FPPassManager *FP = static_cast<FPPassManager *>(PassManagers[N]); in getContainedManager() local
1373 FunctionPass *FP = getContainedPass(Index); in cleanup() local
1389 FunctionPass *FP = getContainedPass(Index); in dumpPassStructure() local
1421 FunctionPass *FP = getContainedPass(Index); in runOnFunction() local
H A DOperator.cpp54 if (const auto *FP = dyn_cast<FPMathOperator>(this)) in hasPoisonGeneratingFlags() local
/freebsd/sys/crypto/des/
H A Ddes_locl.h354 #define FP(l,r) \ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp71 APFloat FP = NumVarOps == 1 ? APFloat(APInt(32, Imm).bitsToFloat()) in printOpConstantVarOps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp255 bool FP = hasFP(MF); in emitPrologue() local
382 bool FP = hasFP(MF); in emitEpilogue() local
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h211 # define FP(l,r) \ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h503 FunctionPass *FP = static_cast<FunctionPass *>(PassVector[N]); in getContainedPass() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp266 std::vector<std::string> FP; in Fuchsia() local

123