HomeSort by: relevance | last modified time | path
    Searched refs:usesConstantBus (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 835 bool usesConstantBus(const MachineRegisterInfo &MRI,
SIInstrInfo.cpp 3610 bool SIInstrInfo::usesConstantBus(const MachineRegisterInfo &MRI,
3985 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) {
4045 if (usesConstantBus(MRI, MO, MI.getDesc().OpInfo[OpIdx])) {
4641 if (isVALU(MI) && usesConstantBus(MRI, *MO, OpInfo)) {
4656 usesConstantBus(MRI, Op, InstDesc.OpInfo[i])) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1554 bool usesConstantBus(const MCInst &Inst, unsigned OpIdx);
3218 bool AMDGPUAsmParser::usesConstantBus(const MCInst &Inst, unsigned OpIdx) {
3269 if (usesConstantBus(Inst, OpIdx)) {

Completed in 53 milliseconds