Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp192 bool selectVectorICmp(MachineInstr &I, MachineRegisterInfo &MRI);
3400 return selectVectorICmp(I, MRI); in select()
3810 bool AArch64InstructionSelector::selectVectorICmp( in selectVectorICmp() function in AArch64InstructionSelector