Home
last modified time | relevance | path

Searched refs:IsGPR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2967 bool IsGPR = in select() local
2969 if (LoadMI && IsGPR) { in select()
2982 if (IsGPR && SrcSize == 32 && DstSize == 64) { in select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3699 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem16Inst() local
3702 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) { in expandMem16Inst()
3826 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMem9Inst() local
3829 if (!IsLoad || !IsGPR || (BaseReg == DstReg)) { in expandMem9Inst()