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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h524 virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
H A DX86ISelLowering.cpp16328 /// IsDesirableToPromoteOp - This method query the target whether it is
16331 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { function in class:X86TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h993 /// IsDesirableToPromoteOp - This method query the target whether it is
996 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { function in namespace:llvm
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp814 if (TLI.IsDesirableToPromoteOp(Op, PVT)) {
872 if (TLI.IsDesirableToPromoteOp(Op, PVT)) {
916 if (TLI.IsDesirableToPromoteOp(Op, PVT)) {
945 if (TLI.IsDesirableToPromoteOp(Op, PVT)) {

Completed in 244 milliseconds