Home
last modified time | relevance | path

Searched refs:isSSA (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DProcessImplicitDefs.cpp143 assert(MRI->isSSA() && "ProcessImplicitDefs only works on SSA form."); in runOnMachineFunction()
DLiveVariables.cpp634 if (!MRI->isSSA()) in runOnMachineFunction()
DMachineLICM.cpp350 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()
DMachineVerifier.cpp1673 if (!MRI->isSSA() && MO->isUse() && in visitMachineOperand()
2058 if (MRI->isSSA() && Register::isVirtualRegister(Reg) && in checkLiveness()
DIfConversion.cpp459 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp210 assert(MRI->isSSA()); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2309 assert(!MI.getParent()->getParent()->getRegInfo().isSSA() && in getDefMIPostRA()
2334 if (MRI->isSSA()) { in getForwardingDefMI()
2439 if (MRI.isSSA()) in fixupIsDeadOrKill()
2539 bool PostRA = !MRI->isSSA(); in foldFrameOffset()
2738 bool PostRA = !MRI->isSSA(); in convertToImmediateForm()
3460 if (MRI.isSSA()) in isUseMIElgibleForForwarding()
3521 if (MRI.isSSA()) in isRegElgibleForForwarding()
3642 bool PostRA = !MRI.isSSA(); in transformToImmFormFedByAdd()
3724 bool PostRA = !MRI.isSSA(); in transformToImmFormFedByLI()
DPPCReduceCRLogicals.cpp147 assert(MRI->isSSA() && "Can only do this while the function is in SSA form."); in splitMBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp60 assert(MRI.isSSA()); in isImplicitlyDef()
DGCNDPPCombine.cpp565 assert(MRI->isSSA() && "Must be run on SSA"); in runOnMachineFunction()
DSIInstrInfo.cpp1590 assert(MRI.isSSA()); in expandMovDPP64()
6454 assert(MRI.isSSA()); in getVRegSubRegDef()
6491 assert(MRI.isSSA() && "Must be run on SSA"); in execMayBeModifiedBeforeUse()
6523 assert(MRI.isSSA() && "Must be run on SSA"); in execMayBeModifiedBeforeAnyUse()
DSILoadStoreOptimizer.cpp2070 assert(MRI->isSSA() && "Must be run on SSA"); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp315 static bool isSSA(const MachineFunction &MF) { in isSSA() function
342 if (isSSA(MF)) in computeFunctionProperties()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h185 bool isSSA() const { in isSSA() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp740 assert(MRI->isSSA() && "Expected MIR to be in SSA form"); in runOnMachineFunction()
DX86AvoidStoreForwardingBlocks.cpp679 assert(MRI->isSSA() && "Expected MIR to be in SSA form"); in runOnMachineFunction()