Searched defs:LowerXConstraint (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2740 /// LowerXConstraint - try to replace an X constraint, which matches anything,
2743 const char *TargetLowering::LowerXConstraint(EVT ConstraintVT) const{ function in class:TargetLowering
3245 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16499 /// LowerXConstraint - try to replace an X constraint, which matches anything,
16503 LowerXConstraint(EVT ConstraintVT) const { function in class:X86TargetLowering
16513 return TargetLowering::LowerXConstraint(ConstraintVT);

Completed in 92 milliseconds