Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredUtils.h159 MIB->getOperand(5).setIsDef(true);
H A DThumb2SizeReduction.cpp930 MIB->getOperand(0).setIsDef(true); in ReduceToNarrow()
H A DARMLowOverheadLoops.cpp1472 MIB->getOperand(5).setIsDef(true); in RevertLoopEndDec()
H A DARMBaseInstrInfo.cpp3278 MI->getOperand(CPSRRegNum).setIsDef(true); in optimizeCompareInstr()
H A DARMISelLowering.cpp11669 MIB->getOperand(5).setIsDef(true); in EmitStructByval()
12494 MO.setIsDef(true); in AdjustInstrPostInstrSelection()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h509 void setIsUse(bool Val = true) { setIsDef(!Val); }
512 void setIsDef(bool Val = true);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h273 void setIsDef(bool Value = true) { Def = Value; }
H A DPatterns.cpp242 Op.setIsDef(OpIdx++ < NumDefs); in checkSemantics()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp218 Op.setIsDef(true); in expandCALL_RVMARKER()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp107 void MachineOperand::setIsDef(bool Val) { in setIsDef() function in MachineOperand