Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp123 assert(F.getRegInfo().isSSA() && "Expected to be run on SSA form!"); in computeMachineUniformityInfo()
H A DLiveVariables.cpp625 if (!MRI->isSSA()) in runOnMachineFunction()
H A DMachineLICM.cpp343 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()
H A DIfConversion.cpp458 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY()
H A DMachineVerifier.cpp2523 if (MRI->isSSA() && Reg.isVirtual() && in checkLiveness()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp348 assert(MRI->isSSA()); in runOnMachineFunction()
H A DAArch64MIPeepholeOpt.cpp536 assert(MRI->isSSA() && "Expected to be run on SSA form!"); in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2773 if (MRI->isSSA()) in optimizeCmpPostRA()
3375 if (MRI->isSSA()) { in getForwardingDefMI()
3488 if (MRI.isSSA()) { in fixupIsDeadOrKill()
3592 bool PostRA = !MRI->isSSA(); in foldFrameOffset()
3802 bool PostRA = !MRI->isSSA(); in convertToImmediateForm()
4456 if (MRI.isSSA()) in isUseMIElgibleForForwarding()
4521 if (MRI.isSSA()) in isRegElgibleForForwarding()
4612 bool PostRA = !MRI->isSSA(); in simplifyToLI()
4849 bool PostRA = !MRI->isSSA(); in transformToNewImmFormFedByAdd()
4985 bool PostRA = !MRI.isSSA(); in transformToImmFormFedByAdd()
[all …]
H A DPPCReduceCRLogicals.cpp147 assert(MRI->isSSA() && "Can only do this while the function is in SSA form."); in splitMBB()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp333 static bool isSSA(const MachineFunction &MF) { in isSSA() function
380 if (isSSA(MF)) in computeFunctionProperties()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp686 assert(MRI->isSSA()); in runOnMachineFunction()
H A DX86DomainReassignment.cpp739 assert(MRI->isSSA() && "Expected MIR to be in SSA form"); in runOnMachineFunction()
H A DX86AvoidStoreForwardingBlocks.cpp670 assert(MRI->isSSA() && "Expected MIR to be in SSA form"); in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h197 bool isSSA() const { in isSSA() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2308 assert(MRI.isSSA()); in expandMovDPP64()
8153 assert(MRI.isSSA()); in getVRegSubRegDef()
8190 assert(MRI.isSSA() && "Must be run on SSA"); in execMayBeModifiedBeforeUse()
8222 assert(MRI.isSSA() && "Must be run on SSA"); in execMayBeModifiedBeforeAnyUse()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1971 assert (MRI.isSSA() && "Huge values only handled before reg-alloc ."); in loadImmediate()