HomeSort by relevance Sort by last modified time
    Searched defs:getTypeAction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 62 /// enum from TargetLowering. This can be queried with "getTypeAction(VT)".
65 /// getTypeAction - Return how we should legalize values of this type.
66 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const {
67 return TLI.getTypeAction(*DAG.getContext(), VT);
72 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 357 LegalizeTypeAction getTypeAction(MVT VT) const {
375 LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const {
378 LegalizeTypeAction getTypeAction(MVT VT) const {
379 return ValueTypeActions.getTypeAction(VT);
399 switch (getTypeAction(Context, VT)) {
    [all...]

Completed in 41 milliseconds