HomeSort by relevance Sort by last modified time
    Searched refs:OperandConstraint (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
register-allocator-verifier.h 43 struct OperandConstraint {
53 OperandConstraint* operand_constraints_;
65 static void VerifyInput(const OperandConstraint& constraint);
66 static void VerifyTemp(const OperandConstraint& constraint);
67 static void VerifyOutput(const OperandConstraint& constraint);
70 OperandConstraint* constraint);
72 const OperandConstraint* constraint);
register-allocator-verifier.cc 49 const OperandConstraint& constraint) {
59 const OperandConstraint& constraint) {
68 const OperandConstraint& constraint) {
88 auto* op_constraints = zone->NewArray<OperandConstraint>(operand_count);
141 OperandConstraint* constraint) {
207 const InstructionOperand* op, const OperandConstraint* constraint) {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 33 enum OperandConstraint {
163 MCOI::OperandConstraint Constraint) const {

Completed in 100 milliseconds