Home
last modified time | relevance | path

Searched refs:getUndefInitOpcode (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDInitUndef.cpp180 TII->get(TII->getUndefInitOpcode(SubRegClass->getID())), in handleSubReg()
206 unsigned Opcode = TII->getUndefInitOpcode(TargetRegClass->getID()); in fixupIllOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h289 unsigned getUndefInitOpcode(unsigned RegClassID) const override { in getUndefInitOpcode() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h545 unsigned getUndefInitOpcode(unsigned RegClassID) const override { in getUndefInitOpcode() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h2271 virtual unsigned getUndefInitOpcode(unsigned RegClassID) const { in getUndefInitOpcode() function