Home
last modified time | relevance | path

Searched refs:setIsDef (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h159 MIB->getOperand(5).setIsDef(true);
H A DThumb2SizeReduction.cpp934 MIB->getOperand(0).setIsDef(true); in ReduceToNarrow()
H A DARMLowOverheadLoops.cpp1484 MIB->getOperand(5).setIsDef(true); in RevertLoopEndDec()
H A DARMBaseInstrInfo.cpp3268 MI->getOperand(5).setIsDef(true); in optimizeCompareInstr()
H A DARMISelLowering.cpp11434 MIB->getOperand(5).setIsDef(true); in EmitStructByval()
12254 MO.setIsDef(true); in AdjustInstrPostInstrSelection()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h499 void setIsUse(bool Val = true) { setIsDef(!Val); }
502 void setIsDef(bool Val = true);
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp218 Op.setIsDef(true); in expandCALL_RVMARKER()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp99 void MachineOperand::setIsDef(bool Val) { in setIsDef() function in MachineOperand