Searched refs:LowerXConstraint (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h642 const char *LowerXConstraint(EVT ConstraintVT) const override;
H A DX86ISelLowering.cpp22399 /// LowerXConstraint - try to replace an X constraint, which matches anything,
22403 LowerXConstraint(EVT ConstraintVT) const {
22413 return TargetLowering::LowerXConstraint(ConstraintVT);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2529 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2088 /// LowerXConstraint - try to replace an X constraint, which matches anything,
2091 const char *TargetLowering::LowerXConstraint(EVT ConstraintVT) const{ function in class:TargetLowering
2608 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) {

Completed in 392 milliseconds