Home
last modified time | relevance | path

Searched refs:AllocLikeOpLowering (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1919 struct AllocLikeOpLowering : public ConvertToLLVMPattern { struct
1924 explicit AllocLikeOpLowering(StringRef opName, LLVMTypeConverter &converter) in AllocLikeOpLowering() argument
2027 struct AllocOpLowering : public AllocLikeOpLowering {
2029 : AllocLikeOpLowering(AllocOp::getOperationName(), converter) {} in AllocOpLowering()
2077 struct AlignedAllocOpLowering : public AllocLikeOpLowering {
2079 : AllocLikeOpLowering(AllocOp::getOperationName(), converter) {} in AlignedAllocOpLowering()
2153 struct AllocaOpLowering : public AllocLikeOpLowering {
2155 : AllocLikeOpLowering(AllocaOp::getOperationName(), converter) {} in AllocaOpLowering()
2443 struct GetGlobalMemrefOpLowering : public AllocLikeOpLowering {
2445 : AllocLikeOpLowering(GetGlobalMemrefOp::getOperationName(), converter) {} in GetGlobalMemrefOpLowering()