HomeSort by relevance Sort by last modified time
    Searched defs:getRegInfo (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 85 MachineRegisterInfo &getRegInfo() const { return *MRI; }
MachineFunction.h 276 /// getRegInfo - Return information about the registers currently in use.
278 MachineRegisterInfo &getRegInfo() { return *RegInfo; }
279 const MachineRegisterInfo &getRegInfo() const { return *RegInfo; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 85 MachineRegisterInfo &getRegInfo() const { return *MRI; }
MachineFunction.h 380 /// getRegInfo - Return information about the registers currently in use.
382 MachineRegisterInfo &getRegInfo() { return *RegInfo; }
383 const MachineRegisterInfo &getRegInfo() const { return *RegInfo; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
VirtRegMap.h 85 MachineRegisterInfo &getRegInfo() const { return *MRI; }
MachineFunction.h 403 /// getRegInfo - Return information about the registers currently in use.
404 MachineRegisterInfo &getRegInfo() { return *RegInfo; }
405 const MachineRegisterInfo &getRegInfo() const { return *RegInfo; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
VirtRegMap.h 85 MachineRegisterInfo &getRegInfo() const { return *MRI; }
MachineFunction.h 403 /// getRegInfo - Return information about the registers currently in use.
404 MachineRegisterInfo &getRegInfo() { return *RegInfo; }
405 const MachineRegisterInfo &getRegInfo() const { return *RegInfo; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
VirtRegMap.h 88 MachineRegisterInfo &getRegInfo() const { return *MRI; }
MachineFunction.h 406 /// getRegInfo - Return information about the registers currently in use.
407 MachineRegisterInfo &getRegInfo() { return *RegInfo; }
408 const MachineRegisterInfo &getRegInfo() const { return *RegInfo; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
VirtRegMap.h 88 MachineRegisterInfo &getRegInfo() const { return *MRI; }
MachineFunction.h 406 /// getRegInfo - Return information about the registers currently in use.
407 MachineRegisterInfo &getRegInfo() { return *RegInfo; }
408 const MachineRegisterInfo &getRegInfo() const { return *RegInfo; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
VirtRegMap.h 88 MachineRegisterInfo &getRegInfo() const { return *MRI; }
MachineFunction.h 406 /// getRegInfo - Return information about the registers currently in use.
407 MachineRegisterInfo &getRegInfo() { return *RegInfo; }
408 const MachineRegisterInfo &getRegInfo() const { return *RegInfo; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
VirtRegMap.h 88 MachineRegisterInfo &getRegInfo() const { return *MRI; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 85 MachineRegisterInfo &getRegInfo() const { return *MRI; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
VirtRegMap.h 85 MachineRegisterInfo &getRegInfo() const { return *MRI; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
VirtRegMap.h 85 MachineRegisterInfo &getRegInfo() const { return *MRI; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
VirtRegMap.h 88 MachineRegisterInfo &getRegInfo() const { return *MRI; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
VirtRegMap.h 88 MachineRegisterInfo &getRegInfo() const { return *MRI; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
VirtRegMap.h 88 MachineRegisterInfo &getRegInfo() const { return *MRI; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
VirtRegMap.h 88 MachineRegisterInfo &getRegInfo() const { return *MRI; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 152 /// getRegInfo - Return information about the registers currently in use.
154 MachineRegisterInfo &getRegInfo() { return *RegInfo; }
155 const MachineRegisterInfo &getRegInfo() const { return *RegInfo; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegRewriter.cpp 102 MachineRegisterInfo *mri = &MF.getRegInfo();
188 const TargetRegisterInfo *getRegInfo() const { return TRI; }
445 const TargetRegisterClass* RC = MF.getRegInfo().getRegClass(VirtReg);
    [all...]
VirtRegMap.h 164 MachineRegisterInfo &getRegInfo() const { return *MRI; }

Completed in 915 milliseconds

1 2