Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp510 SourceRange ValRange = Msg->getArg(0)->getSourceRange(); in rewriteToDictionaryLiteral() local
513 commit.insertBefore(ValRange.getBegin(), ": "); in rewriteToDictionaryLiteral()
514 commit.insertFromRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
517 commit.insertBefore(ValRange.getBegin(), "@{"); in rewriteToDictionaryLiteral()
518 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
519 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
542 SourceRange ValRange = Msg->getArg(i)->getSourceRange(); in rewriteToDictionaryLiteral() local
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
547 commit.remove(CharSourceRange::getCharRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
586 SourceRange ValRange = Vals[i]->getSourceRange(); in rewriteToDictionaryLiteral() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5333 ValRange); in ParseDirectiveAMDHSAKernel()
5345 ValRange); in ParseDirectiveAMDHSAKernel()
5351 ValRange); in ParseDirectiveAMDHSAKernel()
5357 ValRange); in ParseDirectiveAMDHSAKernel()
5369 ValRange); in ParseDirectiveAMDHSAKernel()
5379 ValRange); in ParseDirectiveAMDHSAKernel()
5416 ValRange); in ParseDirectiveAMDHSAKernel()
5434 VGPRRange = ValRange; in ParseDirectiveAMDHSAKernel()
5437 SGPRRange = ValRange; in ParseDirectiveAMDHSAKernel()
5527 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp417 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); in ProcessSwitchInst() local
424 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in ProcessSwitchInst()
425 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in ProcessSwitchInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2416 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument
2418 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit()
2422 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit()
2437 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument
2438 assert(CondRange.size() == ValRange.size() && in get()
2442 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get()
2455 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()