HomeSort by relevance Sort by last modified time
    Searched refs:canSimplifyCallFramePseudos (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Target/AVR/
AVRFrameLowering.h 36 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetFrameLowering.h 157 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
164 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFrameLowering.h 51 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const;
ARMFrameLowering.cpp 66 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
71 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 48 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
ARMFrameLowering.cpp 92 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
97 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 227 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
234 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 97 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
X86FrameLowering.cpp 57 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
62 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetFrameLowering.h 221 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
228 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetFrameLowering.h 221 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
228 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetFrameLowering.h 221 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
228 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetFrameLowering.h 223 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
230 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetFrameLowering.h 223 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
230 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetFrameLowering.h 223 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
230 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetFrameLowering.h 223 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
230 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetFrameLowering.h 221 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
228 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetFrameLowering.h 221 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
228 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetFrameLowering.h 221 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
228 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetFrameLowering.h 223 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
230 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetFrameLowering.h 223 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
230 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetFrameLowering.h 223 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
230 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetFrameLowering.h 223 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
230 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 288 if (TFI->canSimplifyCallFramePseudos(Fn))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 196 if (TFI->canSimplifyCallFramePseudos(Fn))

Completed in 1409 milliseconds