Home
last modified time | relevance | path

Searched defs:ConstantInfo (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h89 struct ConstantInfo { struct
90 ConstantInt *BaseConstant;
91 RebasedConstantListType RebasedConstants;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h113 struct ConstantInfo { struct
117 ConstantInt *BaseInt;
118 ConstantExpr *BaseExpr;
119 RebasedConstantListType RebasedConstants;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h87 struct ConstantInfo { struct
88 std::string symbol_name;
89 std::vector<uint8_t> content;
113 std::vector<ConstantInfo> constants; argument
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dkernel_ops_pattern.cc81 using ConstantInfo = xla::gpu::GpuExecutable::ConstantInfo; typedef
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1211 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1897 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID); in parseConstantPoolIndexOperand() local