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

/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...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h86 Legal, // The target natively supports this operation. enumerator in enum:llvm::TargetLowering::LegalizeAction
281 /// it is already legal (return 'Legal') or we need to promote it to a larger
402 (getOperationAction(Op, VT) == Legal ||
410 getOperationAction(Op, VT) == Legal;
427 return VT.isSimple() && getLoadExtAction(ExtType, VT) == Legal;
446 getTruncStoreAction(ValVT, MemVT) == Legal;
466 (getIndexedLoadAction(IdxMode, VT) == Legal ||
487 (getIndexedStoreAction(IdxMode, VT) == Legal ||
508 return getCondCodeAction(CC, VT) == Legal ||
1911 /// Most operations are Legal (ak
[all...]

Completed in 108 milliseconds