Searched refs:findRepresentativeClass (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h398 findRepresentativeClass(MVT VT) const;
H A DARMISelLowering.cpp922 ARMTargetLowering::findRepresentativeClass(MVT VT) const{ function in class:ARMTargetLowering
927 return TargetLowering::findRepresentativeClass(VT);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h763 findRepresentativeClass(MVT VT) const;
H A DX86ISelLowering.cpp1708 X86TargetLowering::findRepresentativeClass(MVT VT) const{ function in class:X86TargetLowering
1713 return TargetLowering::findRepresentativeClass(VT);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp837 /// findRepresentativeClass - Return the largest legal super-reg register class
840 TargetLoweringBase::findRepresentativeClass(MVT VT) const { function in class:TargetLoweringBase
1030 tie(RRC, Cost) = findRepresentativeClass((MVT::SimpleValueType)i);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h950 findRepresentativeClass(MVT VT) const;

Completed in 534 milliseconds