Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
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 …]
/external/llvm-project/clang/lib/Edit/
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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3737 SMRange ValRange = SMRange(ValStart, ValEnd); in ParseDirectiveAMDHSAKernel() local
3740 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
3751 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
3755 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
3760 Val, ValRange); in ParseDirectiveAMDHSAKernel()
3766 ValRange); in ParseDirectiveAMDHSAKernel()
3772 ValRange); in ParseDirectiveAMDHSAKernel()
3778 Val, ValRange); in ParseDirectiveAMDHSAKernel()
3784 ValRange); in ParseDirectiveAMDHSAKernel()
3790 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4205 SMRange ValRange = SMRange(ValStart, ValEnd); in ParseDirectiveAMDHSAKernel() local
4208 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
4219 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
4223 return OutOfRangeError(ValRange); in ParseDirectiveAMDHSAKernel()
4228 Val, ValRange); in ParseDirectiveAMDHSAKernel()
4234 ValRange); in ParseDirectiveAMDHSAKernel()
4240 ValRange); in ParseDirectiveAMDHSAKernel()
4246 Val, ValRange); in ParseDirectiveAMDHSAKernel()
4252 ValRange); in ParseDirectiveAMDHSAKernel()
4258 ValRange); in ParseDirectiveAMDHSAKernel()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp500 ConstantRange ValRange = KnownBitsRange.intersectWith(LVIRange); in processSwitchInst() local
507 APInt Min = APIntOps::smin(ValRange.getSignedMin(), Low); in processSwitchInst()
508 APInt Max = APIntOps::smax(ValRange.getSignedMax(), High); in processSwitchInst()
/external/llvm-project/llvm/lib/Transforms/Utils/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1784 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument
1786 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit()
1790 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit()
1807 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument
1808 assert(CondRange.size() == ValRange.size() && in get()
1813 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get()
1825 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp1870 ArrayRef<Init *> ValRange, in ProfileCondOpInit() argument
1872 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit()
1876 ArrayRef<Init *>::iterator Val = ValRange.begin(); in ProfileCondOpInit()
1893 ArrayRef<Init *> ValRange, RecTy *Ty) { in get() argument
1894 assert(CondRange.size() == ValRange.size() && in get()
1899 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get()
1911 std::uninitialized_copy(ValRange.begin(), ValRange.end(), in get()