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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h91 Legal, // The target natively supports this operation. enumerator in enum:llvm::TargetLowering::LegalizeAction
261 /// it is already legal (return 'Legal') or we need to promote it to a larger
382 (getOperationAction(Op, VT) == Legal ||
390 getOperationAction(Op, VT) == Legal;
407 return VT.isSimple() && getLoadExtAction(ExtType, VT) == Legal;
426 getTruncStoreAction(ValVT, MemVT) == Legal;
446 (getIndexedLoadAction(IdxMode, VT) == Legal ||
467 (getIndexedStoreAction(IdxMode, VT) == Legal ||
488 return getCondCodeAction(CC, VT) == Legal ||
1778 /// Most operations are Legal (ak
[all...]
/external/icu4c/test/intltest/
H A Dtransrt.cpp110 // Legal
113 class Legal { class
115 Legal() {} function in class:Legal
116 virtual ~Legal() {}
120 class LegalJamo : public Legal {
165 class LegalGreek : public Legal {
200 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
341 Legal* legalSource; // NOT owned
362 Legal* adoptedLegal,
464 Legal* adoptedLega
[all...]

Completed in 64 milliseconds