Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h488 void setIsUse(bool Val = true) { setIsDef(!Val); }
491 void setIsDef(bool Val = true);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp723 MIB->getOperand(5).setIsDef(true); in RevertLoopDec()
DThumb2SizeReduction.cpp923 MIB->getOperand(0).setIsDef(true); in ReduceToNarrow()
DARMBaseInstrInfo.cpp3145 MI->getOperand(5).setIsDef(true); in optimizeCompareInstr()
DARMISelLowering.cpp10363 MIB->getOperand(5).setIsDef(true); in EmitStructByval()
10953 MO.setIsDef(true); in AdjustInstrPostInstrSelection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp99 void MachineOperand::setIsDef(bool Val) { in setIsDef() function in MachineOperand