Home
last modified time | relevance | path

Searched defs:SL (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp784 const StructLayout *SL = TD.getStructLayout(ST); in LowerConstantInitializer() local
1029 SDLoc SL(Op); in split64BitValue() local
1043 SDLoc SL(Op); in getLoHalf64() local
1051 SDLoc SL(Op); in getHiHalf64() local
1072 SDLoc SL(Op); in SplitVectorLoad() local
1188 SDLoc SL(Op); in SplitVectorStore() local
1589 SDLoc SL(Op); in LowerFREM() local
1604 SDLoc SL(Op); in LowerFCEIL() local
1628 static SDValue extractF64Exponent(SDValue Hi, const SDLoc &SL, in extractF64Exponent()
1644 SDLoc SL(Op); in LowerFTRUNC() local
[all …]
DSIISelLowering.cpp549 const SDLoc &SL, SDValue Chain, in LowerParameterPtr()
564 const SDLoc &SL, SDValue Chain, in LowerParameter()
1280 SDLoc SL(Op); in LowerFrameIndex() local
1443 SDLoc SL; in getSegmentAperture() local
1474 SDLoc SL(Op); in lowerADDRSPACECAST() local
1627 SDLoc SL(Op); in lowerImplicitZextParam() local
2117 SDLoc SL(Op); in LowerFastFDIV() local
2161 SDLoc SL(Op); in LowerFDIV32() local
2229 SDLoc SL(Op); in LowerFDIV64() local
2508 SDLoc SL(N); in performSHLPtrCombine() local
[all …]
DAMDGPUISelDAGToDAG.cpp623 SDLoc SL(N); in SelectDIV_SCALE() local
1096 SDLoc SL(ByteOffsetNode); in SelectSMRDOffset() local
1126 SDLoc SL(Addr); in SelectSMRD() local
1345 SDLoc SL(N); in SelectBRCOND() local
1374 SDLoc SL(N); in SelectATOMIC_CMP_SWAP() local
/external/arm-neon-tests/
Dretarget.c38 unsigned R0, unsigned SP, unsigned R2, unsigned SL) in __user_initial_stackheap()
/external/llvm/lib/IR/
DOperator.cpp38 const StructLayout *SL = DL.getStructLayout(STy); in accumulateConstantOffset() local
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp36 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid); in getInclusions() local
/external/clang/lib/StaticAnalyzer/Checkers/
DUnreachableCodeChecker.cpp148 SourceLocation SL; in checkEndAnalysis() local
DLocalizationChecker.cpp892 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL, in checkPostStmt()
1023 SourceLocation SL = in VisitObjCMessageExpr() local
/external/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp153 uint32_t SL = CSL->getZExtValue(); in INITIALIZE_PASS_DEPENDENCY() local
DHexagonStoreWidening.cpp180 MemoryLocation SL(SMO.getValue(), SMO.getSize(), SMO.getAAInfo()); in instrAliased() local
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp260 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E); in getConstantVal() local
265 const StringLiteral *SL = cast<StringLiteral>(E); in getConstantVal() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp81 const StructLayout *SL = TLI.getTargetData()->getStructLayout(STy); in ComputeValueVTs() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp476 for (auto &SL : StoreRefsForMemset) in runOnLoopBlock() local
479 for (auto &SL : StoreRefsForMemsetPattern) in runOnLoopBlock() local
507 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, in processLoopStores()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp226 const StructLayout *SL = TD->getStructLayout(STy); in MatchOperationAddr() local
/external/clang/include/clang/AST/
DExprObjC.h33 ObjCStringLiteral(StringLiteral *SL, QualType T, SourceLocation L) in ObjCStringLiteral()
DCommentLexer.h83 void setLocation(SourceLocation SL) { Loc = SL; } in setLocation()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc88 SL, /* Shift combining-mark left */ enumerator
/external/clang/lib/Parse/
DParser.cpp710 const auto *SL = cast<StringLiteral>(Result.get()); in ParseExternalDeclaration() local
1327 const auto *SL = cast<StringLiteral>(AsmString.get()); in ParseAsmStringLiteral() local
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp357 StructLayout *&SL = (*STM)[Ty]; in getStructLayout() local
/external/clang/test/CodeGen/
Dxcore-stringtype.c32 signed int SI, long L, unsigned long UL, signed long SL, in builtinType()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp277 const StructLayout *SL = TD.getStructLayout(CS->getType()); in ReadDataFromGlobal() local
689 const StructLayout &SL = *TD->getStructLayout(STy); in SymbolicallyEvaluateGEP() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp544 auto *SL = DL.getStructLayout(ST); in unpackLoadToAggregate() local
1044 auto *SL = DL.getStructLayout(ST); in unpackStoreToAggregate() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp547 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getLazyFunctionStub() local
610 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getExternalFunctionStub() local
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp142 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE; in testSkeleton() local
/external/llvm/lib/CodeGen/
DAnalysis.cpp91 const StructLayout *SL = DL.getStructLayout(STy); in ComputeValueVTs() local

1234