Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h518 bool selectFreeze(const User *I);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1501 bool FastISel::selectFreeze(const User *I) { in selectFreeze() function in FastISel
1869 return selectFreeze(I); in selectOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp241 bool selectFreeze(Register ResVReg, const SPIRVType *ResType,
609 return selectFreeze(ResVReg, ResType, I); in spvSelect()
2315 bool SPIRVInstructionSelector::selectFreeze(Register ResVReg, in selectFreeze() function in SPIRVInstructionSelector