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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h750 const char *LowerXConstraint(EVT ConstraintVT) const override;
H A DX86ISelLowering.cpp[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2754 virtual const char *LowerXConstraint(EVT ConstraintVT) const;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2174 /// LowerXConstraint - try to replace an X constraint, which matches anything,
2177 const char *TargetLowering::LowerXConstraint(EVT ConstraintVT) const{ function in class:TargetLowering
2690 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) {

Completed in 611 milliseconds