Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp605 unsigned ValueInt = 1; in push() local
613 ValueInt = OpenCLHint->getUnrollHint(); in push()
614 if (ValueInt == 0) { in push()
616 } else if (ValueInt != 1) { in push()
621 ValueInt = HLSLLoopHint->getDirective(); in push()
624 if (ValueInt == 0) in push()
626 if (ValueInt > 0) { in push()
635 ValueInt = ValueAPS.getSExtValue(); in push()
757 setVectorizeWidth(ValueInt); in push()
767 setInterleaveCount(ValueInt); in push()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserExtended.cpp179 uint64_t ValueInt = 0; in parse() local
188 ValueInt = De.getULEB128(Cursor); in parse()
192 Sw->printNumber("" != TagName ? TagName : utostr(Tag), ValueInt); in parse()
197 Tag, ValueInt, ValueStr); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp8109 unsigned ValueInt = unsigned(-1); in parseDirectiveAeabiAArch64Attr() local
8118 ValueInt = getTok().getIntVal(); in parseDirectiveAeabiAArch64Attr()
8142 if (0 != ValueInt && 1 != ValueInt) { in parseDirectiveAeabiAArch64Attr()
8159 if (unsigned(-1) != ValueInt) { in parseDirectiveAeabiAArch64Attr()
8160 getTargetStreamer().emitAttribute(ActiveSubsectionName, Tag, ValueInt, ""); in parseDirectiveAeabiAArch64Attr()