Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h119 bool IsRegister; member
/third_party/node/deps/v8/src/compiler/
Dlinkage.h143 NO_INLINE_FOR_ARM64_MSVC bool IsRegister() const { in IsRegister() function
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.h122 bool IsRegister() const { in IsRegister() function
/third_party/node/deps/v8/src/codegen/arm64/
Dregister-arm64.h152 bool IsRegister() const { return reg_type_ == kRegister; } in IsRegister() function
/third_party/vixl/src/aarch64/
Doperands-aarch64.h953 bool IsRegister() const { in IsRegister() function
Dregisters-aarch64.h185 bool IsRegister() const { return GetType() == kRegister; } in IsRegister() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h140 bool IsRegister(GPRRegister reg) const { in IsRegister() function
DIceAssemblerX8664.h152 bool IsRegister(GPRRegister reg) const { in IsRegister() function
/third_party/vixl/src/aarch32/
Doperands-aarch32.h378 bool IsRegister() const { return rm_.IsValid(); } in IsRegister() function
Dinstructions-aarch32.h114 bool IsRegister() const { return GetType() == kRRegister; } in IsRegister() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp1138 static bool IsRegister(const MCParsedAsmOperand &op) { in IsRegister() function
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h629 bool InstructionOperand::IsRegister() const { in IsRegister() function