Home
last modified time | relevance | path

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

12345

/llvm-project/llvm/lib/CodeGen/
H A DTargetOptionsImpl.cpp33 StringRef FP = F.getFnAttribute("frame-pointer").getValueAsString(); DisableFramePointerElim() local
53 StringRef FP = F.getFnAttribute("frame-pointer").getValueAsString(); FramePointerIsReserved() local
H A DRegisterUsageInfo.cpp58 storeUpdateRegUsageInfo(const Function & FP,ArrayRef<uint32_t> RegMask) storeUpdateRegUsageInfo() argument
63 getRegUsageInfo(const Function & FP) getRegUsageInfo() argument
H A DTargetSubtargetInfo.cpp22 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo() argument
/llvm-project/bolt/test/runtime/X86/Inputs/
H A Dinternalcall-main.c5 typedef unsigned long long (*FP)(); typedef
/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-debug-info-correlate-main.cpp3 typedef int (*FP)(int); typedef
H A Dinstrprof-value-prof-visibility.c21 typedef void (*FP)(void); typedef
H A Dinstrprof-alloc.c7 void (*FP)(); variable
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) global() argument
174 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) isOverloaded() argument
257 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorElementType() argument
270 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorMinNumElements() argument
299 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getSizeInBits() argument
421 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getFloatingPointVT() argument
431 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getIntegerVT() argument
[all...]
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-value-prof-reset.c44 FPT FP = getCalleeFunc(I); in main() local
/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp
H A DPointer.cpp
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp145 MCRegister FP = TRI->getFrameRegister(MF); in emitEpilogue() local
250 unsigned FP = TRI->getFrameRegister(MF); in determineCalleeSaves() local
43 MCRegister FP = TRI->getFrameRegister(MF); emitPrologue() local
/llvm-project/bolt/include/bolt/Passes/
H A DStackPointerTracking.h112 std::pair<MCPhysReg, int64_t> FP; in computeNextSP() local
142 std::pair<MCPhysReg, int64_t> FP; in computeNextFP() local
H A DLivenessAnalysis.h57 BitVector FP = BC.MIB->getAliases(BC.MIB->getFramePointer()); in scavengeRegAfter() local
/llvm-project/clang/unittests/AST/Interp/
H A DtoAPValue.cpp
/llvm-project/clang/test/SemaCXX/
H A Dblock-call.cpp3 int (*FP)(); variable
/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPass.h116 Pass *FP = static_cast<Pass *>(PassVector[N]); in getContainedPass() local
/llvm-project/compiler-rt/test/profile/Linux/
H A Dinstrprof-merge-vp.c29 typedef void (*FP)(void); typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-target-mv-func-ptrs.cpp6 using FP = void(*)(int); typedef
/llvm-project/clang/test/Sema/
H A Dblock-call.c3 int (*FP)(); variable
/llvm-project/clang/test/CodeGen/
H A Dstruct-init.c35 void (*FP)(struct fp_struct_bar); member
H A Dpointer-arithmetic.c10 typedef void (*FP)(void); typedef
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp138 const FlowPattern &FP; member
239 matchFlowPattern(MachineBasicBlock * B,MachineLoop * L,FlowPattern & FP) matchFlowPattern() argument
624 FlowPattern FP; visitBlock() local
809 updatePhiNodes(MachineBasicBlock * WhereB,const FlowPattern & FP) updatePhiNodes() argument
857 convert(const FlowPattern & FP) convert() argument
1024 simplifyFlowGraph(const FlowPattern & FP) simplifyFlowGraph() argument
[all...]
/llvm-project/bolt/lib/Passes/
H A DStackAllocationAnalysis.cpp131 std::pair<MCPhysReg, int64_t> FP; in computeNext() local
/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1439 # define FP global() macro
1442 # define FP global() macro

12345