Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1667 bool IsIntegerValue = ((Tag != CSKYAttrs::CSKY_ARCH_NAME) && in parseDirectiveAttribute() local
1672 if (IsIntegerValue) { in parseDirectiveAttribute()
1692 if (IsIntegerValue) in parseDirectiveAttribute()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2195 bool IsIntegerValue = true; in parseDirectiveAttribute() local
2200 IsIntegerValue = false; in parseDirectiveAttribute()
2203 if (IsIntegerValue) { in parseDirectiveAttribute()
2223 if (IsIntegerValue) in parseDirectiveAttribute()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11411 bool IsIntegerValue = false; in parseDirectiveEabiAttr() local
11417 IsIntegerValue = true; in parseDirectiveEabiAttr()
11419 IsIntegerValue = true; in parseDirectiveEabiAttr()
11425 if (IsIntegerValue) { in parseDirectiveEabiAttr()
11453 if (IsIntegerValue && IsStringValue) { in parseDirectiveEabiAttr()
11456 } else if (IsIntegerValue) in parseDirectiveEabiAttr()