Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.h226 struct OperandConstraint { struct
238 OperandConstraint* operand_constraints_; argument
270 static void VerifyInput(const OperandConstraint& constraint);
271 static void VerifyTemp(const OperandConstraint& constraint);
272 static void VerifyOutput(const OperandConstraint& constraint);
275 OperandConstraint* constraint);
277 const OperandConstraint* constraint);
Dregister-allocator-verifier.cc80 OperandConstraint* op_constraints = in RegisterAllocatorVerifier()
81 zone->NewArray<OperandConstraint>(operand_count); in RegisterAllocatorVerifier()
108 const OperandConstraint& constraint) { in VerifyInput()
117 const OperandConstraint& constraint) { in VerifyTemp()
124 const OperandConstraint& constraint) { in VerifyOutput()
139 const OperandConstraint* op_constraints = in VerifyAssignment()
158 OperandConstraint* constraint) { in BuildConstraint()
226 const InstructionOperand* op, const OperandConstraint* constraint) { in CheckConstraint()
564 const OperandConstraint* op_constraints = in VerifyGapMoves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h32 enum OperandConstraint { enum
213 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp403 MCOI::OperandConstraint::TIED_TO); in getInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td587 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp6231 && Desc.getOperandConstraint(OpNum + 1, MCOI::OperandConstraint::TIED_TO) == -1; in isRegOrImmWithInputMods()