Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h366 void setIsUse(bool Val = true) { setIsDef(!Val); }
368 void setIsDef(bool Val = true);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h479 void setIsUse(bool Val = true) { setIsDef(!Val); }
482 void setIsDef(bool Val = true);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h319 void setIsDef(bool Val = true) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp97 void MachineOperand::setIsDef(bool Val) { in setIsDef() function in MachineOperand
/external/llvm/lib/CodeGen/
DMachineInstr.cpp99 void MachineOperand::setIsDef(bool Val) { in setIsDef() function in MachineOperand
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp1869 MI->getOperand(5).setIsDef(true); in OptimizeCompareInstr()
DARMISelLowering.cpp6368 MO.setIsDef(true); in AdjustInstrPostInstrSelection()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2623 MI->getOperand(5).setIsDef(true); in optimizeCompareInstr()
DARMISelLowering.cpp8095 MIB->getOperand(5).setIsDef(true); in EmitStructByval()
8580 MO.setIsDef(true); in AdjustInstrPostInstrSelection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2941 MI->getOperand(5).setIsDef(true); in optimizeCompareInstr()
DARMISelLowering.cpp9108 MIB->getOperand(5).setIsDef(true); in EmitStructByval()
9651 MO.setIsDef(true); in AdjustInstrPostInstrSelection()