HomeSort by relevance Sort by last modified time
    Searched refs:ExtendKind (Results 1 - 15 of 15) 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 381 /// integers, ExtendKind can be used to specify how to generate the extra bits.
385 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) {
424 Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
750 ISD::NodeType ExtendKind = PreferredExtendType;
760 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT))
761 ExtendKind = ISD::ZERO_EXTEND;
764 &Parts[Part], NumParts, RegisterVT, V, ExtendKind);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 67 ISD::NodeType ExtendKind = ISD::ANY_EXTEND;
76 ExtendKind = ISD::SIGN_EXTEND;
78 return ExtendKind;
SelectionDAGBuilder.cpp 485 /// integers, ExtendKind can be used to specify how to generate the extra bits.
490 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) {
530 Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 324 /// integers, ExtendKind can be used to specify how to generate the extra bits.
328 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) {
359 Val = DAG.getNode(ExtendKind, DL, ValueVT, Val);
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]

Completed in 644 milliseconds