Home
last modified time | relevance | path

Searched refs:isSOImmTwoPartVal (Results 1 – 4 of 4) 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.cpp3371 if (ARM_AM::isSOImmTwoPartVal(ImmVal)) in foldImmediate()
3373 else if (ARM_AM::isSOImmTwoPartVal(-ImmVal)) { in foldImmediate()
3383 if (!ARM_AM::isSOImmTwoPartVal(ImmVal)) in foldImmediate()
5653 if (ARM_AM::isSOImmTwoPartVal(Val)) // two instrs in ConstantMaterializationCost()
H A DARMExpandPseudoInsts.cpp1082 if (ARM_AM::isSOImmTwoPartVal(ImmVal)) { // Expand into a movi + orr. in ExpandMOV32BitImm()
H A DARMInstrInfo.td852 if (ARM_AM::isSOImmTwoPartVal(Imm.getZExtValue()))