/external/protobuf/php/ext/google/protobuf/ |
upb.h | [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.h | [all...] |
/build/kati/ |
expr.cc | 215 explicit Func(FuncInfo* fi) 248 FuncInfo* fi_; 383 if (FuncInfo* fi = GetFuncInfo(lit->val())) {
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 428 MipsFunctionInfo *FuncInfo = MF.getInfo<MipsFunctionInfo>(); 450 if (!IsPICCall && (Signature && (FuncInfo->StubsNeeded.find(Symbol) == 451 FuncInfo->StubsNeeded.end()))) { 452 FuncInfo->StubsNeeded[Symbol] = Signature; 467 FuncInfo->setSaveS2(); 508 FuncInfo->callPtrInfo(S->getSymbol()));
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.h | 590 /// FuncInfo - Information about the function as a whole. 592 FunctionLoweringInfo &FuncInfo; 608 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, 611 DAG(dag), FuncInfo(funcinfo), [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
AlphaISelLowering.cpp | 400 AlphaMachineFunctionInfo *FuncInfo = MF.getInfo<AlphaMachineFunctionInfo>(); 447 FuncInfo->setVarArgsOffset(Ins.size() * 8); 454 if (i == 0) FuncInfo->setVarArgsBase(FI); 750 AlphaMachineFunctionInfo *FuncInfo = MF.getInfo<AlphaMachineFunctionInfo>(); 757 SDValue FR = DAG.getFrameIndex(FuncInfo->getVarArgsBase(), MVT::i64); 763 DAG.getConstant(FuncInfo->getVarArgsOffset(), [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
FastISel.h | 47 FunctionLoweringInfo &FuncInfo; 144 explicit FastISel(FunctionLoweringInfo &funcInfo);
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
FastISelEmitter.cpp | 633 OS << " BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, " 724 OS << " BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, "
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/ |
CallLowering.h | 118 const FuncInfoTy &FuncInfo) const;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/ |
CallLowering.h | 118 const FuncInfoTy &FuncInfo) const;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/ |
CallLowering.h | 118 const FuncInfoTy &FuncInfo) const;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/ |
CallLowering.h | 118 const FuncInfoTy &FuncInfo) const;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/ |
CallLowering.h | 118 const FuncInfoTy &FuncInfo) const;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/ |
CallLowering.h | 118 const FuncInfoTy &FuncInfo) const;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/ |
CallLowering.h | 118 const FuncInfoTy &FuncInfo) const;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/ |
CallLowering.h | 118 const FuncInfoTy &FuncInfo) const;
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
objfile.go | 347 s.FuncInfo = new(FuncInfo) 348 pc := s.FuncInfo
|
dwarf.go | 872 for i := range s.FuncInfo.File { 873 f := s.FuncInfo.File[i] [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
objfile.go | 347 s.FuncInfo = new(FuncInfo) 348 pc := s.FuncInfo
|
dwarf.go | 872 for i := range s.FuncInfo.File { 873 f := s.FuncInfo.File[i] [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 387 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); 388 return FuncInfo->isCRSpilled(); 392 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); 393 return FuncInfo->isVRSAVESpilled(); 397 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); 398 return FuncInfo->hasSpills(); 402 const PPCFunctionInfo *FuncInfo = MF.getInfo<PPCFunctionInfo>(); 403 return FuncInfo->hasNonRISpills(); [all...] |
PPCInstrInfo.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 418 MSP430MachineFunctionInfo *FuncInfo = MF.getInfo<MSP430MachineFunctionInfo>(); 429 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, Offset, true)); [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionImport.cpp | 361 auto FuncInfo = Worklist.pop_back_val(); 362 auto *Summary = FuncInfo.first; 363 auto Threshold = FuncInfo.second;
|