Searched defs:HasCarryIn (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/X86/GISel/ | ||
H A D | X86InstructionSelector.cpp | 1115 bool HasCarryIn = I.getOpcode() == TargetOpcode::G_UADDE || selectUAddSub() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPURegisterBankInfo.cpp | 2281 const bool HasCarryIn = MI.getNumOperands() == 5; applyMappingImpl() local |
H A D | AMDGPUInstructionSelector.cpp | 423 const bool HasCarryIn = I.getOpcode() == AMDGPU::G_UADDE || selectG_UADDO_USUBO_UADDE_USUBE() local |