Home
last modified time | relevance | path

Searched defs:IsAGPR (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp809 bool IsAGPR = false; in analyzeResourceUsage() local
H A DSIFixSGPRCopies.cpp262 bool IsAGPR = TRI->hasAGPRs(DstRC); in foldVGPRCopyIntoRegSequence() local
H A DSILoadStoreOptimizer.cpp924 bool IsAGPR = TRI->hasAGPRs(DataRC); in checkAndPrepareMerge() local
H A DSIRegisterInfo.cpp1043 const bool IsAGPR = !ST.hasGFX90AInsts() && hasAGPRs(RC); in buildSpillLoadStore() local
H A DSIInstrInfo.cpp3808 const bool IsAGPR = !IsVGPR && RI.hasAGPRs(RC); in verifyInstruction() local
4678 bool IsAGPR = RI.isAGPR(MRI, MO->getReg()); in isOperandLegal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1245 bool IsAGPR = Val & 512; in decodeSrcOp() local