/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 74 CoroBeginInst *CoroBegin; 82 struct SwitchFieldIndex { 96 coro::ABI ABI; 98 StructType *FrameTy; 99 Align FrameAlign; 100 uint64_t FrameSize; 101 Value *FramePtr; 102 BasicBlock *AllocaSpillBlock; 105 bool OptimizeFrame; 140 union { [all …]
|
H A D | CoroSplit.cpp | 105 coro::Shape &Shape; member in __anon12bca1f40111::CoroCloner 620 static void replaceSwiftErrorOps(Function &F, coro::Shape &Shape, in replaceSwiftErrorOps() 1114 static void replaceFrameSizeAndAlignment(coro::Shape &Shape) { in replaceFrameSizeAndAlignment() 1151 static void setCoroInfo(Function &F, coro::Shape &Shape, in setCoroInfo() 1404 static void handleNoSuspendCoroutine(coro::Shape &Shape) { in handleNoSuspendCoroutine() 1565 static void simplifySuspendPoints(coro::Shape &Shape) { in simplifySuspendPoints() 1691 static void splitAsyncCoroutine(Function &F, coro::Shape &Shape, in splitAsyncCoroutine() 1942 coro::Shape Shape(F, OptimizeFrame); in splitCoroutine() local 1997 static void removeCoroEnds(const coro::Shape &Shape) { in removeCoroEnds() 2004 LazyCallGraph::Node &N, const coro::Shape &Shape, in updateCallGraphAfterCoroutineSplit() [all …]
|
H A D | CoroFrame.cpp | 618 coro::Shape &Shape) { in addFieldForAllocas() 972 static void buildFrameDebugInfo(Function &F, coro::Shape &Shape, in buildFrameDebugInfo() 1145 static StructType *buildFrameType(Function &F, coro::Shape &Shape, in buildFrameType() 1555 static void createFramePtr(coro::Shape &Shape) { in createFramePtr() 2291 coro::Shape &Shape, in lowerNonLocalAlloca() 2316 coro::Shape &Shape) { in emitGetSwiftErrorValue() 2331 coro::Shape &Shape) { in emitSetSwiftErrorValue() 2379 coro::Shape &Shape) { in eliminateSwiftErrorAlloca() 2405 coro::Shape &Shape, in eliminateSwiftErrorArgument() 2444 static void eliminateSwiftError(Function &F, coro::Shape &Shape) { in eliminateSwiftError() [all …]
|
H A D | Coroutines.cpp | 149 static void clear(coro::Shape &Shape) { in clear()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 124 VFShape Shape; /// Classification of the vector function. member 234 const std::optional<VFInfo> Shape = in getVFABIMappings() local 269 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction()
|
H A D | TensorSpec.h | 101 std::vector<int64_t> Shape; variable
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TensorSpec.cpp | 61 size_t ElementSize, const std::vector<int64_t> &Shape) in TensorSpec()
|
H A D | VFABIDemangling.cpp | 454 const VFShape Shape({ElementCount::get(VF, IsScalable), Parameters}); in tryDemangleForVFABI() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TileConfig.cpp | 140 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY() local
|
H A D | X86RegisterInfo.cpp | 952 ShapeT Shape = getTileShape(SrcReg, VRM, MRI); in getTileShape() local 968 ShapeT Shape(&MO1, &MO2, MRI); in getTileShape() local
|
H A D | X86FastPreTileConfig.cpp | 390 ShapeT Shape = getShape(MRI, InTileReg); in convertPHI() local
|
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/ |
H A D | DXILResource.h | 96 ResourceBase::Kinds Shape; variable
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 531 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo() 711 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward() local 1098 bool IsVolatile, ShapeInfo Shape, IRBuilder<> &Builder) { in loadMatrix() 1145 bool IsVolatile, ShapeInfo Shape) { in LowerLoad() 1213 Value *Stride, bool IsVolatile, ShapeInfo Shape) { in LowerStore() 1855 ShapeInfo &Shape = I->second; in VisitBinaryOperator() local 1905 ShapeInfo &Shape = I->second; in VisitUnaryOperator() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 212 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 403 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 455 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MLRegallocEvictAdvisor.cpp | 236 template <typename T> size_t getTotalSize(const std::vector<int64_t> &Shape) { in getTotalSize()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 479 const VFShape Shape = VFShape::get(CI, State.VF, false /*HasGlobalPred*/); in execute() local
|
H A D | SLPVectorizer.cpp | 5805 VFShape Shape = VFShape::get( in buildTree_rec() local 6100 auto Shape = VFShape::get(*CI, ElementCount::getFixed(static_cast<unsigned>( in getVectorCallCosts() local 9696 VFShape Shape = in vectorizeTree() local
|
H A D | LoopVectorize.cpp | 3468 VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in getVectorCallCost() local
|