Home
last modified time | relevance | path

Searched refs:getMode (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp110 return Record->getMode() == PointerMode::LValueReference; in isReference()
116 return Record->getMode() == PointerMode::RValueReference; in isRValueReference()
122 return Record->getMode() == PointerMode::PointerToDataMember; in isPointerToDataMember()
128 return Record->getMode() == PointerMode::PointerToMemberFunction; in isPointerToMemberFunction()
/third_party/typescript/tests/baselines/reference/
H A DrecursiveClassReferenceTest.js89 public getMode(): IMode { return mode; }
194 State.prototype.getMode = function () { return mode; };
/third_party/skia/gm/
H A Dblurcircles2.cpp73 if (this->getMode() == kSample_Mode) {
84 bool benchMode = this->getMode() == kBench_Mode;
H A Dconvexpolyclip.cpp107 if (kBench_Mode != this->getMode()) {
173 int testLayers = kBench_Mode != this->getMode();
H A Dblurignorexform.cpp101 if (kBench_Mode != this->getMode()) {
H A Dvariedtext.cpp132 if (kBench_Mode != this->getMode()) {
H A Dgm.h106 Mode getMode() const { return fMode; } in getMode() function in skiagm::GM
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h60 AMDGPU::SIModeRegisterDefaults getMode() const { in getMode() function in llvm::AMDGPUMachineFunction
H A DSIFoldOperands.cpp1384 if ((Op == AMDGPU::V_MUL_F32_e64 && MFI->getMode().FP32Denormals) || in isOMod()
1385 (Op == AMDGPU::V_MUL_F16_e64 && MFI->getMode().FP64FP16Denormals)) in isOMod()
1414 if ((Op == AMDGPU::V_ADD_F32_e64 && MFI->getMode().FP32Denormals) || in isOMod()
1415 (Op == AMDGPU::V_ADD_F16_e64 && MFI->getMode().FP64FP16Denormals)) in isOMod()
1479 bool IsIEEEMode = MFI->getMode().IEEE; in runOnMachineFunction()
H A DSIMachineFunctionInfo.cpp494 Mode(MFI.getMode()) {} in SIMachineFunctionInfo()
H A DAMDGPULegalizerInfo.cpp1517 if (!MFI->getMode().IEEE)
1766 if (Ty == LLT::scalar(32) && !MFI->getMode().FP32Denormals)
1768 if (Ty == LLT::scalar(16) && !MFI->getMode().FP64FP16Denormals)
1957 MF.getInfo<SIMachineFunctionInfo>()->getMode().FP32Denormals)
2070 AMDGPU::SIModeRegisterDefaults Mode = MFI->getMode();
H A DAMDGPUAsmPrinter.cpp1035 const SIModeRegisterDefaults Mode = MFI->getMode(); in getSIProgramInfo()
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp174 const int loop = (this->getMode() == kGM_Mode) ? 1 : 50;
193 if ((this->getMode() == kGM_Mode) && (fFlags & kTimeLayout)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp171 if (Ptr.getMode() == PointerMode::LValueReference)
173 else if (Ptr.getMode() == PointerMode::RValueReference)
175 else if (Ptr.getMode() == PointerMode::Pointer)
H A DTypeDumpVisitor.cpp365 W->printEnum("PtrMode", unsigned(Ptr.getMode()), makeArrayRef(PtrModeNames)); in visitKnownRecord()
H A DTypeRecordMapping.cpp344 std::string PtrMode = getEnumName(IO, unsigned(Record.getMode()), in visitKnownRecord()
/third_party/skia/modules/svg/src/
H A DSkSVGFeBlend.cpp41 const SkBlendMode blendMode = GetBlendMode(this->getMode()); in onMakeImageFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLiveness.h71 LivenessMode getMode() const { return Mode; } in getMode() function in Ice::Liveness
H A DIceCfgNode.cpp663 if (Liveness->getMode() == Liveness_Intervals) { in liveness()
/third_party/qrcodegen/cpp/
H A Dqrcodegen.hpp153 /* The mode indicator of this segment. Accessed through getMode(). */
189 public: const Mode &getMode() const;
H A Dqrcodegen.cpp215 const QrSegment::Mode &QrSegment::getMode() const { in getMode() function in qrcodegen::QrSegment
293 bb.appendBits(static_cast<uint32_t>(seg.getMode().getModeBits()), 4); in encodeSegments()
294 bb.appendBits(static_cast<uint32_t>(seg.getNumChars()), seg.getMode().numCharCountBits(version)); in encodeSegments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h310 PointerMode getMode() const { in getMode() function in llvm::codeview::PointerRecord
326 return getMode() == PointerMode::PointerToDataMember || in isPointerToMember()
327 getMode() == PointerMode::PointerToMemberFunction; in isPointerToMember()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java1713 * @see #getMode
1728 public Mode getMode() { in getMode() method in Normalizer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java1761 * @see #getMode
1778 public Mode getMode() { in getMode() method in Normalizer
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]

Completed in 59 milliseconds

12