/external/llvm/lib/Target/X86/ |
X86WinEHState.cpp | 69 void addStateStores(Function &F, WinEHFuncInfo &FuncInfo); 80 WinEHFuncInfo &FuncInfo, BasicBlock *BB); 82 WinEHFuncInfo &FuncInfo, CallSite CS); 194 WinEHFuncInfo FuncInfo; 195 addStateStores(F, FuncInfo); 512 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, 521 auto BaseStateI = FuncInfo.FuncletBaseStateMap.find(FuncletPad); 522 if (BaseStateI != FuncInfo.FuncletBaseStateMap.end()) 531 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, 535 assert(FuncInfo.InvokeStateMap.count(II) && "invoke has no state!") [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
PGOInstrumentation.cpp | 347 FuncPGOInstrumentation<PGOEdge, BBInfo> FuncInfo(F, true, BPI, BFI); 348 for (auto &E : FuncInfo.MST.AllEdges) { 355 for (auto &E : FuncInfo.MST.AllEdges) { 356 BasicBlock *InstrBB = FuncInfo.getInstrBB(E.get()); 365 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), 366 Builder.getInt64(FuncInfo.FunctionHash), Builder.getInt32(NumCounters), 384 {llvm::ConstantExpr::getBitCast(FuncInfo.FuncNameVar, I8PtrTy), 385 Builder.getInt64(FuncInfo.FunctionHash), 461 : F(Func), M(Modu), FuncInfo(Func, false, BPI, BFI), 489 FuncPGOInstrumentation<PGOUseEdge, UseBBInfo> FuncInfo; [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
WinException.h | 45 void emitSEHActionsForRange(const WinEHFuncInfo &FuncInfo, 61 const MachineFunction *MF, const WinEHFuncInfo &FuncInfo, 66 void emitEHRegistrationOffsetLabel(const WinEHFuncInfo &FuncInfo, 80 int getFrameIndexOffset(int FrameIndex, const WinEHFuncInfo &FuncInfo);
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyISelLowering.h | 47 FastISel *createFastISel(FunctionLoweringInfo &FuncInfo, 92 FastISel *createFastISel(FunctionLoweringInfo &funcInfo,
|
/external/llvm/lib/Target/Sparc/ |
SparcFrameLowering.cpp | 87 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); 116 if (FuncInfo->isLeafProc()) { 204 SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); 211 if (!FuncInfo->isLeafProc()) { 249 const SparcMachineFunctionInfo *FuncInfo = MF.getInfo<SparcMachineFunctionInfo>(); 259 if (FuncInfo->isLeafProc()) {
|
/external/deqp/modules/gles2/functional/ |
es2fShaderOperatorTests.cpp | [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
link.go | 69 FuncInfo *FuncInfo 236 type FuncInfo struct {
|
deadcode.go | 280 if s.FuncInfo != nil { 281 for _, a := range s.FuncInfo.Autom { 354 if s.FuncInfo != nil { 355 for i := range s.FuncInfo.Funcdata { 356 d.mark(s.FuncInfo.Funcdata[i], s)
|
pcln.go | 185 var pclntabZpcln FuncInfo 236 pcln := s.FuncInfo 270 // TODO: Move into funcinfo. 272 if s.FuncInfo != nil { 273 args = uint32(s.FuncInfo.Args)
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
link.go | 69 FuncInfo *FuncInfo 236 type FuncInfo struct {
|
deadcode.go | 280 if s.FuncInfo != nil { 281 for _, a := range s.FuncInfo.Autom { 354 if s.FuncInfo != nil { 355 for i := range s.FuncInfo.Funcdata { 356 d.mark(s.FuncInfo.Funcdata[i], s)
|
pcln.go | 185 var pclntabZpcln FuncInfo 236 pcln := s.FuncInfo 270 // TODO: Move into funcinfo. 272 if s.FuncInfo != nil { 273 args = uint32(s.FuncInfo.Args)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | 641 FunctionLoweringInfo &FuncInfo, 679 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]); [all...] |
StatepointLowering.cpp | 59 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); 87 assert(NumSlots <= Builder.FuncInfo.StatepointStackSlots.size() && 92 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; 106 Builder.FuncInfo.StatepointStackSlots.push_back(FI); 109 StatepointMaxSlotsRequired, Builder.FuncInfo.StatepointStackSlots.size()); 127 Builder.FuncInfo.StatepointSpillMaps[Relocate->getStatepoint()]; 218 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots; 506 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr]; 559 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]); [all...] |
/external/google-breakpad/src/common/solaris/ |
dump_symbols.cc | 98 struct FuncInfo { 124 std::vector<struct FuncInfo> func_info; 250 struct FuncInfo *func_info) { 264 struct FuncInfo *func_info) { 313 struct FuncInfo func_info; 351 std::vector<struct FuncInfo> *sorted_functions = &(source_file.func_info); 355 struct FuncInfo &func_info = (*sorted_functions)[j]; 524 const struct FuncInfo &func_info){ 561 const struct FuncInfo &func_info = file_info.func_info[j];
|
/prebuilts/go/darwin-x86/src/go/types/ |
check.go | 42 // funcInfo stores the information required for type-checking a function. 43 type funcInfo struct { 80 funcs []funcInfo // list of functions to type-check 139 check.funcs = append(check.funcs, funcInfo{name, decl, sig, body})
|
/prebuilts/go/linux-x86/src/go/types/ |
check.go | 42 // funcInfo stores the information required for type-checking a function. 43 type funcInfo struct { 80 funcs []funcInfo // list of functions to type-check 139 check.funcs = append(check.funcs, funcInfo{name, decl, sig, body})
|
/toolchain/binutils/binutils-2.25/bfd/ |
dwarf2.c | 157 struct funcinfo *inliner_chain; 254 struct funcinfo *function_table; 1153 struct funcinfo struct 1156 struct funcinfo *prev_func; 1158 struct funcinfo *caller_func; [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | 616 SDValue getCopyFromRegs(SelectionDAG &DAG, FunctionLoweringInfo &FuncInfo, 642 FunctionLoweringInfo &FuncInfo, 680 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]); [all...] |
SelectionDAGBuilder.h | 312 /// FuncInfo - Information about the function as a whole. 314 FunctionLoweringInfo &FuncInfo; 334 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, 337 DAG(dag), FuncInfo(funcinfo), OptLevel(ol),
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderOperatorTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderOperatorTests.cpp | [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIFrameLowering.cpp | 24 static bool hasOnlySGPRSpills(const SIMachineFunctionInfo *FuncInfo, 26 return FuncInfo->hasSpilledSGPRs() && 27 (!FuncInfo->hasSpilledVGPRs() && !FuncInfo->hasNonSpillStackObjects());
|
/external/autotest/client/deps/webgl_mpd/src/debug/ |
webgl-debug.js | 217 var funcInfo = glValidEnumContexts[functionName]; 218 if (funcInfo !== undefined) { 219 var funcInfo = funcInfo[numArgs]; 220 if (funcInfo !== undefined) { 221 if (funcInfo[argumentIndex]) {
|
/build/kati/ |
func.cc | 812 FuncInfo g_func_infos[] = { 857 unordered_map<StringPiece, FuncInfo*>* g_func_info_map; 862 g_func_info_map = new unordered_map<StringPiece, FuncInfo*>; 864 FuncInfo* fi = &g_func_infos[i]; 874 FuncInfo* GetFuncInfo(StringPiece name) {
|