Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.h196 struct OperandConstraint { struct
208 OperandConstraint* operand_constraints_; argument
239 static void VerifyInput(const OperandConstraint& constraint);
240 static void VerifyTemp(const OperandConstraint& constraint);
241 static void VerifyOutput(const OperandConstraint& constraint);
244 OperandConstraint* constraint);
246 const OperandConstraint* constraint);
Dregister-allocator-verifier.cc66 OperandConstraint* op_constraints = in RegisterAllocatorVerifier()
67 zone->NewArray<OperandConstraint>(operand_count); in RegisterAllocatorVerifier()
93 const OperandConstraint& constraint) { in VerifyInput()
102 const OperandConstraint& constraint) { in VerifyTemp()
110 const OperandConstraint& constraint) { in VerifyOutput()
126 const OperandConstraint* op_constraints = in VerifyAssignment()
145 OperandConstraint* constraint) { in BuildConstraint()
216 const InstructionOperand* op, const OperandConstraint* constraint) { in CheckConstraint()
505 const OperandConstraint* op_constraints = in VerifyGapMoves()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h28 enum OperandConstraint { enum
150 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/external/llvm/include/llvm/MC/
DMCInstrDesc.h33 enum OperandConstraint { enum
163 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h33 enum OperandConstraint { enum
187 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTarget.td366 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
/external/llvm/include/llvm/Target/
DTarget.td440 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td518 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4904 && Desc.getOperandConstraint(OpNum + 1, MCOI::OperandConstraint::TIED_TO) == -1; in isRegOrImmWithInputMods()