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

/external/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);

Completed in 232 milliseconds