Home
last modified time | relevance | path

Searched refs:isLegal (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp97 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 …]
DX86CallFrameOptimization.cpp105 bool isLegal(MachineFunction &MF);
142 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { in isLegal() function in X86CallFrameOptimization
246 if (skipFunction(MF.getFunction()) || !isLegal(MF)) in runOnMachineFunction()
DX86ISelLowering.cpp3021 bool isLegal = Ins.size() == 1 || in LowerFormalArguments() local
3024 if (!isLegal) in LowerFormalArguments()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF7.java83 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/
DX86CallFrameOptimization.cpp84 bool isLegal(MachineFunction &MF);
124 bool X86CallFrameOptimization::isLegal(MachineFunction &MF) { in isLegal() function in X86CallFrameOptimization
228 if (!isLegal(MF)) in runOnMachineFunction()
DX86ISelLowering.cpp2580 bool isLegal = Ins.size() == 1 || in LowerFormalArguments() local
2583 if (!isLegal) in LowerFormalArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp373 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/
DUCharacter.java4679 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/
DUCharacter.java4089 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/
DUCharacterTest.java1438 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/
DUCharacterTest.java1435 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/
DLegalizerInfo.h948 bool isLegal(const MachineInstr &MI, const MachineRegisterInfo &MRI) const;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp8325 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/
DARMISelLowering.cpp11563 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/
DARMISelLowering.cpp13418 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/
Des31fGeometryShaderTests.cpp6427 bool isLegal = false; in init() local
6431 isLegal = true; in init()
6434 if (!isLegal) in init()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp942 bool isLegal = getIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset, in getPostIndexedAddressParts() local
944 if (isLegal) { in getPostIndexedAddressParts()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10329 bool isLegal() const { in isLegal() function
10679 if (!LS.isLegal()) in SliceUpLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12864 bool isLegal() const { in isLegal() function
13214 if (!LS.isLegal()) in SliceUpLoad()
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j57.api3.gz
Dicu4j54.api3.gz
Dicu4j59.api3.gz
Dicu4j58.api3.gz

12