Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp509 SourceRange ValRange = Msg->getArg(0)->getSourceRange(); in rewriteToDictionaryLiteral() local
512 commit.insertBefore(ValRange.getBegin(), ": "); in rewriteToDictionaryLiteral()
513 commit.insertFromRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
516 commit.insertBefore(ValRange.getBegin(), "@{"); in rewriteToDictionaryLiteral()
517 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
518 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
541 SourceRange ValRange = Msg->getArg(i)->getSourceRange(); in rewriteToDictionaryLiteral() local
545 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
546 commit.remove(CharSourceRange::getCharRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
585 SourceRange ValRange = Vals[i]->getSourceRange(); in rewriteToDictionaryLiteral() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4607 ValRange); in ParseDirectiveAMDHSAKernel()
4613 ValRange); in ParseDirectiveAMDHSAKernel()
4625 ValRange); in ParseDirectiveAMDHSAKernel()
4635 ValRange); in ParseDirectiveAMDHSAKernel()
4669 ValRange); in ParseDirectiveAMDHSAKernel()
4673 ValRange); in ParseDirectiveAMDHSAKernel()
4677 ValRange); in ParseDirectiveAMDHSAKernel()
4687 VGPRRange = ValRange; in ParseDirectiveAMDHSAKernel()
4690 SGPRRange = ValRange; in ParseDirectiveAMDHSAKernel()
4766 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp404 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); in ProcessSwitchInst() local
411 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in ProcessSwitchInst()
412 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in ProcessSwitchInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1971 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument
1973 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit()
1977 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit()
1994 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument
1995 assert(CondRange.size() == ValRange.size() && in get()
2000 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get()
2012 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()