/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86DomainReassignment.cpp | 97 virtual bool isLegal(const MachineInstr *MI, in isLegal() function in __anon485ecb6c0111::InstrConverterBase 124 assert(isLegal(MI, TII) && "Cannot convert instruction"); in convertInstr() 143 bool isLegal(const MachineInstr *MI, in isLegal() function in __anon485ecb6c0111::InstrReplacer 145 if (!InstrConverterBase::isLegal(MI, TII)) in isLegal() 158 assert(isLegal(MI, TII) && "Cannot convert instruction"); in convertInstr() 186 assert(isLegal(MI, TII) && "Cannot convert instruction"); in convertInstr() 220 bool isLegal(const MachineInstr *MI, in isLegal() function in __anon485ecb6c0111::InstrCOPYReplacer 222 if (!InstrConverterBase::isLegal(MI, TII)) in isLegal() 274 assert(isLegal(MI, TII) && "Cannot convert instruction"); in convertInstr() 333 bool isLegal(RegDomain RD) const { return LegalDstDomains[RD]; } in isLegal() function in __anon485ecb6c0111::Closure [all …]
|
D | X86CallFrameOptimization.cpp | 105 bool isLegal(MachineFunction &MF); 142 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { in isLegal() function in X86CallFrameOptimization 246 if (skipFunction(MF.getFunction()) || !isLegal(MF)) in runOnMachineFunction()
|
D | X86ISelLowering.cpp | 3021 bool isLegal = Ins.size() == 1 || in LowerFormalArguments() local 3024 if (!isLegal) in LowerFormalArguments()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetUTF7.java | 83 private static boolean isLegal(char c, boolean useIMAP) { in isLegal() method in CharsetUTF7 98 (isLegal(c, true) && c != AMPERSAND) in inSetDIMAP() 237 if (!isLegal(b, useIMAP)) { in decodeLoop() 347 if (useIMAP && isLegal(c, useIMAP)) { in decodeLoop() 366 if(useIMAP && isLegal(c, useIMAP)) { in decodeLoop() 385 if (useIMAP && isLegal(c, useIMAP)) { in decodeLoop() 579 … if ((!useIMAP && c<=127 && encodeDirectly[c]==1) || (useIMAP && isLegal(c, useIMAP))) { in encodeLoop()
|
/external/llvm/lib/Target/X86/ |
D | X86CallFrameOptimization.cpp | 84 bool isLegal(MachineFunction &MF); 124 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { in isLegal() function in X86CallFrameOptimization 228 if (!isLegal(MF)) in runOnMachineFunction()
|
D | X86ISelLowering.cpp | 2580 bool isLegal = Ins.size() == 1 || in LowerFormalArguments() local 2583 if (!isLegal) in LowerFormalArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 373 bool LegalizerInfo::isLegal(const MachineInstr &MI, in isLegal() function in LegalizerInfo 586 if (isPreISelGenericOpcode(MI.getOpcode()) && !MLI->isLegal(MI, MRI)) in machineFunctionIsIllegal()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 4679 public static boolean isLegal(int ch) in isLegal() method in UCharacter 4709 public static boolean isLegal(String str) in isLegal() method in UCharacter 4716 if (!isLegal(codepoint)) { in isLegal() 5127 if (UCharacter.isLegal(char16)) { in getCodePoint()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UCharacter.java | 4089 public static boolean isLegal(int ch) in isLegal() method in UCharacter 4118 public static boolean isLegal(String str) in isLegal() method in UCharacter 4125 if (!isLegal(codepoint)) { in isLegal() 4526 if (UCharacter.isLegal(char16)) { in getCodePoint()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterTest.java | 1438 if (UCharacter.isLegal(illegal[count])) { in TestIsLegal() 1445 if (!UCharacter.isLegal(legal[count])) { in TestIsLegal() 1465 if (UCharacter.isLegal(str.toString())) { in TestIsLegal() 1482 if (!UCharacter.isLegal(str.toString())) { in TestIsLegal()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 1435 if (UCharacter.isLegal(illegal[count])) { in TestIsLegal() 1442 if (!UCharacter.isLegal(legal[count])) { in TestIsLegal() 1462 if (UCharacter.isLegal(str.toString())) { in TestIsLegal() 1479 if (!UCharacter.isLegal(str.toString())) { in TestIsLegal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerInfo.h | 948 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8325 bool isLegal = false; in getPreIndexedAddressParts() local 8327 isLegal = getT2IndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base, in getPreIndexedAddressParts() 8330 isLegal = getARMIndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base, in getPreIndexedAddressParts() 8332 if (!isLegal) in getPreIndexedAddressParts() 8364 bool isLegal = false; in getPostIndexedAddressParts() local 8366 isLegal = getT2IndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset, in getPostIndexedAddressParts() 8369 isLegal = getARMIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset, in getPostIndexedAddressParts() 8371 if (!isLegal) in getPostIndexedAddressParts()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 11563 bool isLegal = false; in getPreIndexedAddressParts() local 11565 isLegal = getT2IndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base, in getPreIndexedAddressParts() 11568 isLegal = getARMIndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base, in getPreIndexedAddressParts() 11570 if (!isLegal) in getPreIndexedAddressParts() 11602 bool isLegal = false; in getPostIndexedAddressParts() local 11604 isLegal = getT2IndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset, in getPostIndexedAddressParts() 11607 isLegal = getARMIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset, in getPostIndexedAddressParts() 11609 if (!isLegal) in getPostIndexedAddressParts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 13418 bool isLegal = false; in getPreIndexedAddressParts() local 13420 isLegal = getT2IndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base, in getPreIndexedAddressParts() 13423 isLegal = getARMIndexedAddressParts(Ptr.getNode(), VT, isSEXTLoad, Base, in getPreIndexedAddressParts() 13425 if (!isLegal) in getPreIndexedAddressParts() 13472 bool isLegal = false; in getPostIndexedAddressParts() local 13474 isLegal = getT2IndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset, in getPostIndexedAddressParts() 13477 isLegal = getARMIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset, in getPostIndexedAddressParts() 13479 if (!isLegal) in getPostIndexedAddressParts()
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 6427 bool isLegal = false; in init() local 6431 isLegal = true; in init() 6434 if (!isLegal) in init()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 942 bool isLegal = getIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset, in getPostIndexedAddressParts() local 944 if (isLegal) { in getPostIndexedAddressParts()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10329 bool isLegal() const { in isLegal() function 10679 if (!LS.isLegal()) in SliceUpLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12864 bool isLegal() const { in isLegal() function 13214 if (!LS.isLegal()) in SliceUpLoad()
|
/external/icu/icu4j/tools/build/ |
D | icu4j55.api3.gz |
|
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j57.api3.gz |
|
D | icu4j54.api3.gz |
|
D | icu4j59.api3.gz |
|
D | icu4j58.api3.gz |
|