Home
last modified time | relevance | path

Searched refs:TiedOpsRewritten (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/MIR/
H A DMachineMetadata.cpp543 TEST_F(MachineMetadataTest, TiedOpsRewritten) { in TEST_F() argument
571 MachineFunctionProperties::Property::TiedOpsRewritten)); in TEST_F()
602 MachineFunctionProperties::Property::TiedOpsRewritten)); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h186 TiedOpsRewritten,
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp376 Properties.set(MachineFunctionProperties::Property::TiedOpsRewritten); in computeFunctionProperties()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp102 case P::TiedOpsRewritten: return "TiedOpsRewritten"; in getPropertyName()
H A DMachineVerifier.cpp2012 MachineFunctionProperties::Property::TiedOpsRewritten) && in visitMachineOperand()
3046 MachineFunctionProperties::Property::TiedOpsRewritten) && in verifyLiveRangeSegment()
H A DTwoAddressInstructionPass.cpp1716 .set(MachineFunctionProperties::Property::TiedOpsRewritten); in runOnMachineFunction()