Home
last modified time | relevance | path

Searched refs:IsSSA (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h32 bool IsSSA; variable
86 bool isSSA() const { return IsSSA; } in isSSA()
89 void leaveSSA() { IsSSA = false; } in leaveSSA()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelect.h37 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties()
DLegalizer.h50 MachineFunctionProperties::Property::IsSSA); in getRequiredProperties()
DLocalizer.h68 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties()
DRegBankSelect.h628 .set(MachineFunctionProperties::Property::IsSSA) in getRequiredProperties()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dexpand-condsets-impuse2.mir14 %0:intregs = COPY $r0 ; defeat IsSSA detection
Dexpand-condsets-phys-reg.mir17 %0:intregs = A2_tfrsi 0 ;; Multiple defs to ensure IsSSA = false
/external/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h388 bool IsSSA = false;
411 YamlIO.mapOptional("isSSA", MF.IsSSA);
DMachineRegisterInfo.h164 MachineFunctionProperties::Property::IsSSA); in isSSA()
169 MF->getProperties().clear(MachineFunctionProperties::Property::IsSSA); in leaveSSA()
DMachineFunction.h120 IsSSA,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineRegisterInfo.cpp21 : TRI(&TRI), IsSSA(true) { in MachineRegisterInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVMergeBaseOffset.cpp54 MachineFunctionProperties::Property::IsSSA); in getRequiredProperties()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h188 MachineFunctionProperties::Property::IsSSA); in isSSA()
193 MF->getProperties().reset(MachineFunctionProperties::Property::IsSSA); in leaveSSA()
DMachineFunction.h150 IsSSA,
/external/llvm/lib/CodeGen/
DMachineFunction.cpp65 case Property::IsSSA: in print()
104 Properties.set(MachineFunctionProperties::Property::IsSSA); in MachineFunction()
DMIRPrinter.cpp206 MF.IsSSA = RegInfo.isSSA(); in convert()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp160 Properties.reset(llvm::MachineFunctionProperties::Property::IsSSA); in assembleToStream()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp340 Properties.set(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties()
342 Properties.reset(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp91 case P::IsSSA: return "IsSSA"; in getPropertyName()
140 Properties.set(MachineFunctionProperties::Property::IsSSA); in init()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp359 if (!YamlMF.IsSSA) in initializeRegisterInfo()