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.h517 bool selectFreeze(const User *I);
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp202 bool selectFreeze(Register ResVReg, const SPIRVType *ResType,
356 return selectFreeze(ResVReg, ResType, I); in spvSelect()
1361 bool SPIRVInstructionSelector::selectFreeze(Register ResVReg, in selectFreeze() function in SPIRVInstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1561 bool FastISel::selectFreeze(const User *I) { in selectFreeze() function in FastISel
1924 return selectFreeze(I); in selectOperator()