/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 98 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 D | CoroSplit.cpp | 103 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 D | CoroFrame.cpp | 199 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 D | Coroutines.cpp | 233 static void clear(coro::Shape &Shape) { in clear()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | VectorUtils.h | 126 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 D | X86TileConfig.cpp | 135 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY() local
|
H A D | X86RegisterInfo.cpp | 889 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 D | TFUtils.h | 89 std::vector<int64_t> Shape; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 460 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 D | VFABIDemangling.cpp | 457 const VFShape Shape({VF, IsScalable, Parameters}); in tryDemangleForVFABI() local
|
H A D | TFUtils.cpp | 176 const std::vector<int64_t> &Shape) in TensorSpec()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 208 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 403 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 452 VFTableShapeRecord &Shape) { in visitKnownRecord()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acbuffer.h | 133 UINT8 Shape; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3282 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 D | LoopVectorize.cpp | 3865 VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in getVectorCallCost() local 5100 const VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/); in widenCallInstruction() local
|