Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp185 bool selectICmp(const Instruction *I);
1042 bool WebAssemblyFastISel::selectICmp(const Instruction *I) { in selectICmp() function in WebAssemblyFastISel
1426 return selectICmp(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp187 bool selectICmp(Register ResVReg, const SPIRVType *ResType,
641 return selectICmp(ResVReg, ResType, I); in spvSelect()
2467 bool SPIRVInstructionSelector::selectICmp(Register ResVReg, in selectICmp() function in SPIRVInstructionSelector