Searched defs:getOperationAction (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h366 /// getOperationAction - Return how this operation should be treated: either
370 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { function in class:llvm::TargetLowering
382 (getOperationAction(Op, VT) == Legal ||
383 getOperationAction(Op, VT) == Custom);
390 getOperationAction(Op, VT) == Legal;
496 assert(getOperationAction(Op, VT) == Promote &&
514 getOperationAction(Op, NVT) == Promote);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h286 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote &&
598 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { function in class:llvm::TargetLoweringBase
611 (getOperationAction(Op, VT) == Legal ||
612 getOperationAction(Op, VT) == Custom);
620 (getOperationAction(Op, VT) == Legal ||
621 getOperationAction(Op, VT) == Promote);
629 (getOperationAction(Op, VT) == Legal ||
630 getOperationAction(Op, VT) == Custom ||
631 getOperationAction(Op, VT) == Promote);
638 return (!isTypeLegal(VT) && getOperationAction(O
[all...]

Completed in 723 milliseconds