HomeSort by relevance Sort by last modified time
    Searched refs:setIsDef (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 366 void setIsUse(bool Val = true) { setIsDef(!Val); }
368 void setIsDef(bool Val = true);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineOperand.h 479 void setIsUse(bool Val = true) { setIsDef(!Val); }
482 void setIsDef(bool Val = true);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 319 void setIsDef(bool Val = true) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineOperand.cpp 97 void MachineOperand::setIsDef(bool Val) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 99 void MachineOperand::setIsDef(bool Val) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]

Completed in 630 milliseconds