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

  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 86 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned");
138 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned");
LiveRegMatrix.cpp 100 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment");
RegAllocBasic.cpp 194 if (!VRM->hasPhys(Spill.reg))
RegAllocGreedy.cpp 495 if (VRM->hasPhys(VirtReg)) {
507 if (!VRM->hasPhys(VirtReg))
832 if (!VRM->hasPhys(Intf->reg))
    [all...]
VirtRegMap.cpp 96 return hasPhys(Hint.second);
InlineSpiller.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
VirtRegMap.h 92 bool hasPhys(unsigned virtReg) const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBasic.cpp 204 if (!VRM->hasPhys(reg)) continue; // spilled?
279 assert(!VRM->hasPhys(VirtReg.reg) && "Duplicate VirtReg assignment");
302 assert(!VRM->hasPhys(VirtReg->reg) && "Register already assigned");
349 assert(!VRM->hasPhys(SplitVirtReg->reg) && "Register already assigned");
VirtRegMap.h 171 bool hasPhys(unsigned virtReg) const {
VirtRegMap.cpp 121 if (TargetRegisterInfo::isVirtualRegister(physReg) && hasPhys(physReg))
VirtRegRewriter.cpp 118 if (!VRM.hasPhys(reg))
    [all...]
RegAllocLinearScan.cpp     [all...]
LiveIntervalAnalysis.cpp 205 if (!vrm.hasPhys(PhysReg))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 287 } else if (VRM && VRM->hasPhys(Paired)) {

Completed in 1063 milliseconds