Home
last modified time | relevance | path

Searched refs:OperandConstraint (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.h226 struct OperandConstraint { struct in v8::internal::compiler::final
238 OperandConstraint* operand_constraints_;
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);
H A 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/
H A 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/
H A DAMDGPUDisassembler.cpp403 MCOI::OperandConstraint::TIED_TO); in getInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6231 && Desc.getOperandConstraint(OpNum + 1, MCOI::OperandConstraint::TIED_TO) == -1;

Completed in 15 milliseconds