Home
last modified time | relevance | path

Searched defs:Allocatable (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/flang/runtime/
Dtype-info.h89 enum class Genre : std::uint8_t { Data, Pointer, Allocatable, Automatic }; enumerator
/external/capstone/
DMCRegisterInfo.h38 bool Allocatable; member
/external/llvm-project/flang/module/
D__fortran_type_info.f9070 enumerator :: Data = 1, Pointer = 2, Allocatable = 3, Automatic = 4 enumerator
/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp157 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
/external/llvm-project/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp239 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp219 BitVector Allocatable(getNumRegs()); in getAllocatableSet() local
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h43 const bool Allocatable; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h43 const bool Allocatable; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCRegisterInfo.h43 const bool Allocatable; variable
/external/llvm/utils/TableGen/
DCodeGenRegisters.h306 bool Allocatable; variable
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.h332 bool Allocatable; variable
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp276 void Unparse(const Allocatable &) { // R738 in Unparse()