Home
last modified time | relevance | path

Searched refs:isDot (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp4319 bool &isDot) { in getAltivecCompareInfo() argument
4323 isDot = false; in getAltivecCompareInfo()
4327 case Intrinsic::ppc_altivec_vcmpbfp_p: CompareOpc = 966; isDot = 1; break; in getAltivecCompareInfo()
4328 case Intrinsic::ppc_altivec_vcmpeqfp_p: CompareOpc = 198; isDot = 1; break; in getAltivecCompareInfo()
4329 case Intrinsic::ppc_altivec_vcmpequb_p: CompareOpc = 6; isDot = 1; break; in getAltivecCompareInfo()
4330 case Intrinsic::ppc_altivec_vcmpequh_p: CompareOpc = 70; isDot = 1; break; in getAltivecCompareInfo()
4331 case Intrinsic::ppc_altivec_vcmpequw_p: CompareOpc = 134; isDot = 1; break; in getAltivecCompareInfo()
4332 case Intrinsic::ppc_altivec_vcmpgefp_p: CompareOpc = 454; isDot = 1; break; in getAltivecCompareInfo()
4333 case Intrinsic::ppc_altivec_vcmpgtfp_p: CompareOpc = 710; isDot = 1; break; in getAltivecCompareInfo()
4334 case Intrinsic::ppc_altivec_vcmpgtsb_p: CompareOpc = 774; isDot = 1; break; in getAltivecCompareInfo()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHttpUrl.java754 if (isDot(canonicalPathSegment) || isDotDot(canonicalPathSegment)) { in setPathSegment()
768 if (isDot(canonicalPathSegment) || isDotDot(canonicalPathSegment)) { in setEncodedPathSegment()
1125 if (isDot(segment)) {
1142 private boolean isDot(String input) {
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7657 bool &isDot, const PPCSubtarget &Subtarget) { in getVectorCompareInfo() argument
7661 isDot = false; in getVectorCompareInfo()
7665 case Intrinsic::ppc_altivec_vcmpbfp_p: CompareOpc = 966; isDot = 1; break; in getVectorCompareInfo()
7666 case Intrinsic::ppc_altivec_vcmpeqfp_p: CompareOpc = 198; isDot = 1; break; in getVectorCompareInfo()
7667 case Intrinsic::ppc_altivec_vcmpequb_p: CompareOpc = 6; isDot = 1; break; in getVectorCompareInfo()
7668 case Intrinsic::ppc_altivec_vcmpequh_p: CompareOpc = 70; isDot = 1; break; in getVectorCompareInfo()
7669 case Intrinsic::ppc_altivec_vcmpequw_p: CompareOpc = 134; isDot = 1; break; in getVectorCompareInfo()
7673 isDot = 1; in getVectorCompareInfo()
7678 case Intrinsic::ppc_altivec_vcmpgefp_p: CompareOpc = 454; isDot = 1; break; in getVectorCompareInfo()
7679 case Intrinsic::ppc_altivec_vcmpgtfp_p: CompareOpc = 710; isDot = 1; break; in getVectorCompareInfo()
[all …]