HomeSort by relevance Sort by last modified time
    Searched refs:isLegal (Results 1 - 23 of 23) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86DomainReassignment.cpp 97 virtual bool isLegal(const MachineInstr *MI,
124 assert(isLegal(MI, TII) && "Cannot convert instruction");
143 bool isLegal(const MachineInstr *MI,
145 if (!InstrConverterBase::isLegal(MI, TII))
158 assert(isLegal(MI, TII) && "Cannot convert instruction");
186 assert(isLegal(MI, TII) && "Cannot convert instruction");
220 bool isLegal(const MachineInstr *MI,
222 if (!InstrConverterBase::isLegal(MI, TII))
274 assert(isLegal(MI, TII) && "Cannot convert instruction");
333 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD];
    [all...]
X86CallFrameOptimization.cpp 105 bool isLegal(MachineFunction &MF);
142 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) {
246 if (skipFunction(MF.getFunction()) || !isLegal(MF))
X86ISelLowering.cpp     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 83 private static boolean isLegal(char c, boolean useIMAP) {
98 (isLegal(c, true) && c != AMPERSAND)
237 if (!isLegal(b, useIMAP)) {
347 if (useIMAP && isLegal(c, useIMAP)) {
366 if(useIMAP && isLegal(c, useIMAP)) {
385 if (useIMAP && isLegal(c, useIMAP)) {
579 if ((!useIMAP && c<=127 && encodeDirectly[c]==1) || (useIMAP && isLegal(c, useIMAP))) {
    [all...]
  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 84 bool isLegal(MachineFunction &MF);
124 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) {
228 if (!isLegal(MF))
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp 373 bool LegalizerInfo::isLegal(const MachineInstr &MI,
586 if (isPreISelGenericOpcode(MI.getOpcode()) && !MLI->isLegal(MI, MRI))
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.10.0.v20180412-1130.jar 
org.eclipse.text_3.6.300.v20180430-1330.jar 
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
LegalizerInfo.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 699 milliseconds