Home
last modified time | relevance | path

Searched defs:FuncInfo (Results 1 – 25 of 104) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.h39 struct FuncInfo { struct
40 unsigned MemInstCount;
41 unsigned InstCount;
42 unsigned IAMInstCount; // Indirect access memory instruction count
43 unsigned LSMInstCount; // Large stride memory instruction count
44 FuncInfo() : MemInstCount(0), InstCount(0), IAMInstCount(0), in FuncInfo() function
DAMDGPURegisterInfo.cpp87 const SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>(); in getFrameRegister() local
DSIFrameLowering.cpp533 SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>(); in emitPrologue() local
606 const SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>(); in emitEpilogue() local
674 SIMachineFunctionInfo *FuncInfo = MF.getInfo<SIMachineFunctionInfo>(); in processFunctionBeforeFrameFinalized() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp99 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in beginFunction() local
310 const WinEHFuncInfo &FuncInfo) { in getFrameIndexOffset()
525 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitCSpecificHandlerTable() local
586 void WinException::emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, in emitSEHActionsForRange()
633 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitCXXFrameHandler3Table() local
857 const MachineFunction *MF, const WinEHFuncInfo &FuncInfo, in computeIP2StateTable()
910 void WinException::emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, in emitEHRegistrationOffsetLabel()
950 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitExceptHandlerTable() local
1032 static int getTryRank(const WinEHFuncInfo &FuncInfo, int State) { in getTryRank()
1041 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { in getTryAncestor()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp302 const WinEHFuncInfo &FuncInfo) { in getFrameIndexOffset()
517 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitCSpecificHandlerTable() local
578 void WinException::emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, in emitSEHActionsForRange()
625 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitCXXFrameHandler3Table() local
849 const MachineFunction *MF, const WinEHFuncInfo &FuncInfo, in computeIP2StateTable()
902 void WinException::emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, in emitEHRegistrationOffsetLabel()
933 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitExceptHandlerTable() local
1015 static int getTryRank(const WinEHFuncInfo &FuncInfo, int State) { in getTryRank()
1024 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { in getTryAncestor()
1051 const WinEHFuncInfo &FuncInfo = *MF->getWinEHFuncInfo(); in emitCLRExceptionTable() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp121 static int addUnwindMapEntry(WinEHFuncInfo &FuncInfo, int ToState, in addUnwindMapEntry()
130 static void addTryBlockMapEntry(WinEHFuncInfo &FuncInfo, int TryLow, in addTryBlockMapEntry()
165 WinEHFuncInfo &FuncInfo) { in calculateStateNumbersForInvokes()
227 static void calculateCXXStateNumbers(WinEHFuncInfo &FuncInfo, in calculateCXXStateNumbers()
306 static int addSEHExcept(WinEHFuncInfo &FuncInfo, int ParentState, in addSEHExcept()
317 static int addSEHFinally(WinEHFuncInfo &FuncInfo, int ParentState, in addSEHFinally()
328 static void calculateSEHStateNumbers(WinEHFuncInfo &FuncInfo, in calculateSEHStateNumbers()
419 WinEHFuncInfo &FuncInfo) { in calculateSEHStateNumbers()
437 WinEHFuncInfo &FuncInfo) { in calculateWinCXXEHStateNumbers()
454 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, in addClrEHHandler()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp130 static int addUnwindMapEntry(WinEHFuncInfo &FuncInfo, int ToState, in addUnwindMapEntry()
139 static void addTryBlockMapEntry(WinEHFuncInfo &FuncInfo, int TryLow, in addTryBlockMapEntry()
174 WinEHFuncInfo &FuncInfo) { in calculateStateNumbersForInvokes()
236 static void calculateCXXStateNumbers(WinEHFuncInfo &FuncInfo, in calculateCXXStateNumbers()
316 static int addSEHExcept(WinEHFuncInfo &FuncInfo, int ParentState, in addSEHExcept()
327 static int addSEHFinally(WinEHFuncInfo &FuncInfo, int ParentState, in addSEHFinally()
338 static void calculateSEHStateNumbers(WinEHFuncInfo &FuncInfo, in calculateSEHStateNumbers()
429 WinEHFuncInfo &FuncInfo) { in calculateSEHStateNumbers()
447 WinEHFuncInfo &FuncInfo) { in calculateWinCXXEHStateNumbers()
464 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, in addClrEHHandler()
[all …]
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc98 struct FuncInfo { struct
100 const char *name;
102 GElf_Off rva_to_base;
105 GElf_Addr addr;
108 uint32_t size;
110 uint32_t stack_param_size;
112 std::vector<struct LineInfo> line_info;
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp87 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); in emitPrologue() local
204 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); in emitEpilogue() local
249 const SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); in getFrameIndexReference() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp87 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); in emitPrologue() local
222 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); in emitEpilogue() local
267 const SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); in getFrameIndexReference() local
/external/libvpx/libvpx/test/
Ddct_test.cc89 struct FuncInfo { struct
90 FhtFunc ft_func;
91 IhtWithBdFunc it_func;
92 int size;
93 int pixel_size;
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp194 WinEHFuncInfo FuncInfo; in runOnFunction() local
512 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getBaseStateForBB()
531 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getStateForCallSite()
633 void WinEHStatePass::addStateStores(Function &F, WinEHFuncInfo &FuncInfo) { in addStateStores()
DX86CallFrameOptimization.cpp547 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>(); in adjustCallSequence() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86WinEHState.cpp200 WinEHFuncInfo FuncInfo; in runOnFunction() local
520 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getBaseStateForBB()
539 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getStateForCallSite()
641 void WinEHStatePass::addStateStores(Function &F, WinEHFuncInfo &FuncInfo) { in addStateStores()
DX86CallFrameOptimization.cpp593 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>(); in adjustCallSequence() local
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h47 FunctionLoweringInfo &FuncInfo; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp229 const AVRMachineFunctionInfo *FuncInfo = MF.getInfo<AVRMachineFunctionInfo>(); in hasFP() local
436 AVRMachineFunctionInfo *FuncInfo = MF.getInfo<AVRMachineFunctionInfo>(); in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp405 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in spillsCR() local
410 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in spillsVRSAVE() local
415 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in hasSpills() local
420 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in hasNonRISpills() local
1995 PPCFunctionInfo *FuncInfo = MF->getInfo<PPCFunctionInfo>(); in spillCalleeSavedRegisters() local
DPPCInstrInfo.cpp1191 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in StoreRegToStackSlot() local
1248 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in LoadRegFromStackSlot() local
1272 PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in loadRegFromStackSlot() local
3263 const PPCFunctionInfo *FuncInfo = MF->getInfo<PPCFunctionInfo>(); in isSignOrZeroExtended() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp387 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in spillsCR() local
392 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in spillsVRSAVE() local
397 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in hasSpills() local
402 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); in hasNonRISpills() local
1750 PPCFunctionInfo *FuncInfo = MF->getInfo<PPCFunctionInfo>(); in spillCalleeSavedRegisters() local
/external/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp24 static bool hasOnlySGPRSpills(const SIMachineFunctionInfo *FuncInfo, in hasOnlySGPRSpills()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp600 MSP430MachineFunctionInfo *FuncInfo = MF.getInfo<MSP430MachineFunctionInfo>(); in LowerCCCArguments() local
750 MSP430MachineFunctionInfo *FuncInfo = MF.getInfo<MSP430MachineFunctionInfo>(); in LowerReturn() local
1219 MSP430MachineFunctionInfo *FuncInfo = MF.getInfo<MSP430MachineFunctionInfo>(); in getReturnAddressFrameIndex() local
1280 MSP430MachineFunctionInfo *FuncInfo = MF.getInfo<MSP430MachineFunctionInfo>(); in LowerVASTART() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1172 FunctionLoweringInfo *FuncInfo) { in isFoldedOrDeadInstruction()
1183 FunctionLoweringInfo *FuncInfo) { in setupSwiftErrorVals()
1214 static void createSwiftErrorEntriesInEntryBlock(FunctionLoweringInfo *FuncInfo, in createSwiftErrorEntriesInEntryBlock()
1253 static void processDbgDeclares(FunctionLoweringInfo *FuncInfo) { in processDbgDeclares()
1297 static void propagateSwiftErrorVRegs(FunctionLoweringInfo *FuncInfo) { in propagateSwiftErrorVRegs()
1412 FunctionLoweringInfo *FuncInfo, in preassignSwiftErrorRegs()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp400 AlphaMachineFunctionInfo *FuncInfo = MF.getInfo<AlphaMachineFunctionInfo>(); in LowerFormalArguments() local
750 AlphaMachineFunctionInfo *FuncInfo = MF.getInfo<AlphaMachineFunctionInfo>(); in LowerOperation() local
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp418 MSP430MachineFunctionInfo *FuncInfo = MF.getInfo<MSP430MachineFunctionInfo>(); in LowerCCCArguments() local
995 MSP430MachineFunctionInfo *FuncInfo = MF.getInfo<MSP430MachineFunctionInfo>(); in getReturnAddressFrameIndex() local
1057 MSP430MachineFunctionInfo *FuncInfo = MF.getInfo<MSP430MachineFunctionInfo>(); in LowerVASTART() local

12345