Home
last modified time | relevance | path

Searched defs:Shape (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h98 struct LLVM_LIBRARY_VISIBILITY Shape { struct
99 CoroBeginInst *CoroBegin;
100 SmallVector<AnyCoroEndInst *, 4> CoroEnds;
101 SmallVector<CoroSizeInst *, 2> CoroSizes;
102 SmallVector<AnyCoroSuspendInst *, 4> CoroSuspends;
103 SmallVector<CallInst*, 2> SwiftErrorOps;
106 struct SwitchFieldIndex {
120 coro::ABI ABI;
122 StructType *FrameTy;
123 Align FrameAlign;
[all …]
H A DCoroSplit.cpp103 coro::Shape &Shape; member in __anonf5863d720111::CoroCloner
115 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner()
123 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner()
168 const coro::Shape &Shape, Value *FramePtr, in maybeFreeRetconStorage()
225 const coro::Shape &Shape, Value *FramePtr, in replaceFallthroughCoroEnd()
282 static void replaceUnwindCoroEnd(AnyCoroEndInst *End, const coro::Shape &Shape, in replaceUnwindCoroEnd()
312 static void replaceCoroEnd(AnyCoroEndInst *End, const coro::Shape &Shape, in replaceCoroEnd()
327 static void createResumeEntryBlock(Function &F, coro::Shape &Shape) { in createResumeEntryBlock()
466 static Function *createCloneDeclaration(Function &OrigF, coro::Shape &Shape, in createCloneDeclaration()
585 static void replaceSwiftErrorOps(Function &F, coro::Shape &Shape, in replaceSwiftErrorOps()
[all …]
H A DCoroFrame.cpp199 SuspendCrossingInfo::SuspendCrossingInfo(Function &F, coro::Shape &Shape) in SuspendCrossingInfo()
563 coro::Shape &Shape) { in addFieldForAllocas()
908 static void buildFrameDebugInfo(Function &F, coro::Shape &Shape, in buildFrameDebugInfo()
1083 static StructType *buildFrameType(Function &F, coro::Shape &Shape, in buildFrameType()
1462 static void createFramePtr(coro::Shape &Shape) { in createFramePtr()
1494 coro::Shape &Shape) { in insertSpills()
2097 coro::Shape &Shape, in lowerNonLocalAlloca()
2122 coro::Shape &Shape) { in emitGetSwiftErrorValue()
2137 coro::Shape &Shape) { in emitSetSwiftErrorValue()
2156 coro::Shape &Shape) { in emitSetAndGetSwiftErrorValueAround()
[all …]
H A DCoroutines.cpp233 static void clear(coro::Shape &Shape) { in clear()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h126 VFShape Shape; /// Classification of the vector function. member
235 const Optional<VFInfo> Shape = in getVFABIMappings() local
270 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TileConfig.cpp135 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY() local
H A DX86RegisterInfo.cpp889 ShapeT Shape = getTileShape(SrcReg, VRM, MRI); in getTileShape() local
903 ShapeT Shape(&MO1, &MO2, MRI); in getTileShape() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h89 std::vector<int64_t> Shape; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp460 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()
640 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward() local
804 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix()
850 bool IsVolatile, ShapeInfo Shape) { in LowerLoad()
916 Value *Stride, bool IsVolatile, ShapeInfo Shape) { in LowerStore()
1529 ShapeInfo &Shape = I->second; in VisitBinaryOperator() local
1577 ShapeInfo &Shape = I->second; in VisitUnaryOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVFABIDemangling.cpp457 const VFShape Shape({VF, IsScalable, Parameters}); in tryDemangleForVFABI() local
H A DTFUtils.cpp176 const std::vector<int64_t> &Shape) in TensorSpec()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp208 VFTableShapeRecord &Shape) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp403 VFTableShapeRecord &Shape) { in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp452 VFTableShapeRecord &Shape) { in visitKnownRecord()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacbuffer.h133 UINT8 Shape; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3282 VFShape Shape = VFShape::get( in buildTree_rec() local
3526 auto Shape = VFShape::get(*CI, ElementCount::getFixed(static_cast<unsigned>( in getVectorCallCosts() local
5309 VFShape Shape = in vectorizeTree() local
H A DLoopVectorize.cpp3865 VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in getVectorCallCost() local
5100 const VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in widenCallInstruction() local