Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2694 uint64_t CUVal64 = C->getZExtValue(); in LowerAsmOperandForConstraint() local
2697 if (!isUInt<6>(CUVal64)) in LowerAsmOperandForConstraint()
2699 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2707 if (CUVal64 != 2) in LowerAsmOperandForConstraint()
2709 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2712 if (CUVal64 != 0) in LowerAsmOperandForConstraint()
2714 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2717 if (!isUInt<8>(CUVal64)) in LowerAsmOperandForConstraint()
2725 Result = DAG.getTargetConstant(CUVal64, DL, Ty); in LowerAsmOperandForConstraint()
2733 if (CUVal64 != 8 && CUVal64 != 16 && CUVal64 != 24) in LowerAsmOperandForConstraint()
[all …]