Searched refs:getLoadExtAction (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h413 /// getLoadExtAction - Return how this load with extension should be treated:
417 LegalizeAction getLoadExtAction(unsigned ExtType, EVT VT) const { function in class:llvm::TargetLowering
427 return VT.isSimple() && getLoadExtAction(ExtType, VT) == Legal;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp929 TLI.getLoadExtAction(ExtType, MVT::i1) == TargetLowering::Promote)) {
1040 switch (TLI.getLoadExtAction(ExtType, SrcVT)) {

Completed in 118 milliseconds