Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h166 inline bool isSOImmTwoPartVal(unsigned V) { in isSOImmTwoPartVal() function
200 if (!isSOImmTwoPartVal(-V)) in isSOImmTwoPartValNeg()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3214 if (ARM_AM::isSOImmTwoPartVal(ImmVal)) in foldImmediate()
3216 else if (ARM_AM::isSOImmTwoPartVal(-ImmVal)) { in foldImmediate()
3226 if (!ARM_AM::isSOImmTwoPartVal(ImmVal)) in foldImmediate()
5500 if (ARM_AM::isSOImmTwoPartVal(Val)) // two instrs in ConstantMaterializationCost()
H A DARMExpandPseudoInsts.cpp1081 if (ARM_AM::isSOImmTwoPartVal(ImmVal)) { // Expand into a movi + orr. in ExpandMOV32BitImm()
H A DARMInstrInfo.td872 if (ARM_AM::isSOImmTwoPartVal(Imm.getZExtValue()))
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc13893 {"_ZN4llvm6ARM_AM17isSOImmTwoPartValEj", "llvm::ARM_AM::isSOImmTwoPartVal(unsigned int)"},