Home
last modified time | relevance | path

Searched refs:usesConstantBus (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h776 bool usesConstantBus(const MachineRegisterInfo &MRI,
DSIInstrInfo.cpp3108 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI, in usesConstantBus() function in SIInstrInfo
3460 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction()
3508 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) { in verifyInstruction()
3972 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) { in isOperandLegal()
3987 usesConstantBus(MRI, Op, InstDesc.OpInfo[i])) { in isOperandLegal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1333 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx);
2798 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) { in usesConstantBus() function in AMDGPUAsmParser
2845 if (usesConstantBus(Inst, OpIdx)) { in validateConstantBusLimitations()