/external/llvm/lib/CodeGen/ |
FaultMaps.cpp | 74 for (const auto &FFI : FunctionInfos) 75 emitFunctionInfo(FFI.first, FFI.second); 79 const FunctionFaultInfos &FFI) { 85 DEBUG(dbgs() << WFMP << " #faulting PCs: " << FFI.size() << "\n"); 86 OS.EmitIntValue(FFI.size(), 4); 90 for (auto &Fault : FFI) { 118 const FaultMapParser::FunctionFaultInfoAccessor &FFI) { 120 << FaultMaps::faultTypeToString((FaultMaps::FaultKind)FFI.getFaultKind()) 121 << ", faulting PC offset: " << FFI.getFaultingPCOffset( [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 302 MachineFrameInfo *FFI = MF.getFrameInfo(); 305 FPOffset = FFI->getObjectOffset(FPIndex); 545 MachineFrameInfo *FFI = MF.getFrameInfo(); 548 FPOffset = FFI->getObjectOffset(FPIndex); 790 MachineFrameInfo *FFI = MF.getFrameInfo(); 791 const std::vector<CalleeSavedInfo> &CSI = FFI->getCalleeSavedInfo(); 876 FFI->setObjectOffset(FI, LowerBound + FFI->getObjectOffset(FI)); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 794 MachineFrameInfo *FFI = MF.getFrameInfo(); 797 FPOffset = FFI->getObjectOffset(FPIndex); 806 MachineFrameInfo *FFI = MF.getFrameInfo(); 809 BPOffset = FFI->getObjectOffset(BPIndex); 817 MachineFrameInfo *FFI = MF.getFrameInfo(); 820 PBPOffset = FFI->getObjectOffset(PBPIndex); [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZFrameLowering.cpp | 358 MachineFrameInfo *FFI = MF.getFrameInfo(); 374 if (FFI->hasCalls()) 381 FFI->hasCalls() || 382 FFI->getObjectIndexEnd() != 0 || // Contains automatic variables 383 FFI->hasVarSizedObjects() // Function calls dynamic alloca's
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
Thumb1FrameLowering.cpp | 25 const MachineFrameInfo *FFI = MF.getFrameInfo(); 26 unsigned CFSize = FFI->getMaxCallFrameSize();
|
ARMFrameLowering.cpp | 54 const MachineFrameInfo *FFI = MF.getFrameInfo(); 55 unsigned CFSize = FFI->getMaxCallFrameSize(); [all...] |
/external/llvm/include/llvm/CodeGen/ |
FaultMaps.h | 70 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
FaultMaps.h | 73 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
FaultMaps.h | 73 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
FaultMaps.h | 73 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
FaultMaps.h | 76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
FaultMaps.h | 76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
FaultMaps.h | 76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
FaultMaps.h | 76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
FaultMaps.h | 73 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
FaultMaps.h | 73 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
FaultMaps.h | 73 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
FaultMaps.h | 76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
FaultMaps.h | 76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
FaultMaps.h | 76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
FaultMaps.h | 76 void emitFunctionInfo(const MCSymbol *FnLabel, const FunctionFaultInfos &FFI);
|
/external/llvm/lib/Target/ARM/ |
Thumb1FrameLowering.cpp | 29 const MachineFrameInfo *FFI = MF.getFrameInfo(); 30 unsigned CFSize = FFI->getMaxCallFrameSize();
|
ARMFrameLowering.cpp | 80 const MachineFrameInfo *FFI = MF.getFrameInfo(); 81 unsigned CFSize = FFI->getMaxCallFrameSize(); [all...] |
/prebuilts/go/darwin-x86/misc/cgo/gmp/ |
gmp.go | 140 // to FFI, just a mismatch between Go's convention of
|
/prebuilts/go/linux-x86/misc/cgo/gmp/ |
gmp.go | 140 // to FFI, just a mismatch between Go's convention of
|