Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h80 struct LLVM_LIBRARY_VISIBILITY Shape { struct
81 CoroBeginInst *CoroBegin;
82 SmallVector<AnyCoroEndInst *, 4> CoroEnds;
83 SmallVector<CoroSizeInst *, 2> CoroSizes;
84 SmallVector<CoroAlignInst *, 2> CoroAligns;
85 SmallVector<AnyCoroSuspendInst *, 4> CoroSuspends;
86 SmallVector<CallInst*, 2> SwiftErrorOps;
87 SmallVector<CoroAwaitSuspendInst *, 4> CoroAwaitSuspends;
88 SmallVector<CallInst *, 2> SymmetricTransfers;
91 struct SwitchFieldIndex {
[all …]
H A DCoroSplit.cpp106 coro::Shape &Shape; member in __anon98d7ec870111::CoroCloner
120 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner()
128 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner()
178 coro::Shape &Shape) { in lowerAwaitSuspend()
243 static void lowerAwaitSuspends(Function &F, coro::Shape &Shape) { in lowerAwaitSuspends()
250 const coro::Shape &Shape, Value *FramePtr, in maybeFreeRetconStorage()
306 const coro::Shape &Shape, Value *FramePtr, in replaceFallthroughCoroEnd()
404 static void markCoroutineAsDone(IRBuilder<> &Builder, const coro::Shape &Shape, in markCoroutineAsDone()
438 static void replaceUnwindCoroEnd(AnyCoroEndInst *End, const coro::Shape &Shape, in replaceUnwindCoroEnd()
476 static void replaceCoroEnd(AnyCoroEndInst *End, const coro::Shape &Shape, in replaceCoroEnd()
[all …]
H A DCoroFrame.cpp295 SuspendCrossingInfo::SuspendCrossingInfo(Function &F, coro::Shape &Shape) in SuspendCrossingInfo()
761 coro::Shape &Shape) { in addFieldForAllocas()
1108 static void buildFrameDebugInfo(Function &F, coro::Shape &Shape, in buildFrameDebugInfo()
1300 static StructType *buildFrameType(Function &F, coro::Shape &Shape, in buildFrameType()
1754 static void insertSpills(const FrameDataInfo &FrameData, coro::Shape &Shape) { in insertSpills()
2530 coro::Shape &Shape, in lowerNonLocalAlloca()
2555 coro::Shape &Shape) { in emitGetSwiftErrorValue()
2570 coro::Shape &Shape) { in emitSetSwiftErrorValue()
2589 coro::Shape &Shape) { in emitSetAndGetSwiftErrorValueAround()
2618 coro::Shape &Shape) { in eliminateSwiftErrorAlloca()
[all …]
H A DCoroutines.cpp148 static void clear(coro::Shape &Shape) { in clear()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h109 std::vector<int64_t> Shape; variable
H A DVectorUtils.h55 const std::optional<VFInfo> Shape = in getVFABIMappings() local
105 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h72 dxil::ResourceKind Shape; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp63 size_t ElementSize, const std::vector<int64_t> &Shape) in TensorSpec()
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp145 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY() local
H A DX86RegisterInfo.cpp1049 ShapeT Shape = getTileShape(SrcReg, VRM, MRI); in getTileShape() local
1067 ShapeT Shape(&MO1, &MO2, MRI); in getTileShape() local
H A DX86FastPreTileConfig.cpp389 ShapeT Shape = getShape(MRI, InTileReg); in convertPHI() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp591 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()
726 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward() local
1125 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix()
1166 bool IsVolatile, ShapeInfo Shape) { in LowerLoad()
1228 Value *Stride, bool IsVolatile, ShapeInfo Shape) { in LowerStore()
2107 ShapeInfo &Shape = I->second; in VisitBinaryOperator() local
2157 ShapeInfo &Shape = I->second; in VisitUnaryOperator() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp212 VFTableShapeRecord &Shape) { in visitKnownRecord() argument
H A DTypeDumpVisitor.cpp404 VFTableShapeRecord &Shape) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp457 VFTableShapeRecord &Shape) { in visitKnownRecord()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacbuffer.h241 UINT8 Shape; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp249 template <typename T> size_t getTotalSize(const std::vector<int64_t> &Shape) { in getTotalSize()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2524 VFTableShapeRecord &Shape, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6532 VFShape Shape = VFShape::get( in getScalarsVectorizationState() local
7613 auto Shape = VFShape::get(CI->getFunctionType(), in getVectorCallCosts() local
13519 VFShape Shape in vectorizeTree() local
[all...]