Home
last modified time | relevance | path

Searched defs:isPre (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h113 bool isPre() const { return getOperand(4).getImm() == 1; } in isPre() function
173 bool isPre() const { return getOperand(4).getImm() == 1; } in isPre() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp156 bool isPre = (AM == ISD::PRE_DEC); in selectIndexedLoad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1603 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in tryARMIndexedLoad() local
1710 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in tryT2IndexedLoad() local
1755 bool isSExtLd, isPre; in tryMVEIndexedLoad() local
H A DARMBaseInstrInfo.cpp189 bool isPre = false; in convertToThreeAddress() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp201 bool isInc, bool isPre) { in VisitPrePostIncDec()
H A DCGExprScalar.cpp2790 bool isInc, bool isPre) { in EmitScalarPrePostIncDec()
5539 bool isInc, bool isPre) { in EmitScalarPrePostIncDec()
H A DCGExpr.cpp1207 bool isInc, bool isPre) { in EmitComplexPrePostIncDec()