HomeSort by relevance Sort by last modified time
    Searched refs:ExtendKind (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 69 ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
78 ExtendKind = ISD::SIGN_EXTEND;
80 return ExtendKind;
SelectionDAGBuilder.cpp 362 /// integers, ExtendKind can be used to specify how to generate the extra bits.
366 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) {
405 Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
721 ISD::NodeType ExtendKind = PreferredExtendType;
731 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT))
732 ExtendKind = ISD::ZERO_EXTEND;
735 &Parts[Part], NumParts, RegisterVT, V, ExtendKind);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]

Completed in 409 milliseconds