Searched refs:isHigh (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp131 bool isHigh = !isARMLowRegister(DestReg) || local
138 if (NumBytes < 0 && !isHigh && CanChangeCC) {
171 : ((isHigh || !CanChangeCC) ? ARM::tADDhirr : ARM::tADDrr);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp355 bool isHigh() const { return isImmTy(ImmTyHigh); } function in class:__anon4983::AMDGPUOperand

Completed in 179 milliseconds