Home
last modified time | relevance | path

Searched refs:BC (Results 1 - 25 of 119) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DParallelCG.cpp66 SmallString<0> BC; in splitCodeGen() local
67 raw_svector_ostream BCOS(BC); in splitCodeGen()
71 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen()
78 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen()
81 MemoryBufferRef(StringRef(BC.data(), BC.size()), in splitCodeGen()
90 // Pass BC using std::move to ensure that it get moved rather than in splitCodeGen()
92 std::move(BC)); in splitCodeGen()
H A DRegAllocGreedy.cpp1195 SpillPlacement::BlockConstraint &BC = SplitConstraints[i]; in addSplitConstraints() local
1197 BC.Number = BI.MBB->getNumber(); in addSplitConstraints()
1198 Intf.moveToBlock(BC.Number); in addSplitConstraints()
1199 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints()
1200 BC.Exit = (BI.LiveOut && in addSplitConstraints()
1204 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints()
1214 if (Intf.first() <= Indexes->getMBBStartIdx(BC.Number)) { in addSplitConstraints()
1215 BC.Entry = SpillPlacement::MustSpill; in addSplitConstraints()
1218 BC.Entry = SpillPlacement::PrefSpill; in addSplitConstraints()
1225 if (((BC in addSplitConstraints()
1592 SpillPlacement::BlockConstraint &BC = SplitConstraints[i]; calcGlobalSplitCost() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp31 // in vec4 BC; in TEST_F()
38 // f = f + BC[i]; in TEST_F()
47 OpEntryPoint Fragment %main "main" %BC %fo in TEST_F()
53 OpName %BC "BC" in TEST_F()
67 %BC = OpVariable %_ptr_Input_v4float Input in TEST_F()
92 %32 = OpAccessChain %_ptr_Input_float %BC %31 in TEST_F()
126 %32 = OpAccessChain %_ptr_Input_float %BC %38 in TEST_F()
148 // layout (location=0) in mat4 BC; in TEST_F()
156 // f = f + BC[ in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dlocal_ssa_elim_test.cpp31 // in vec4 BC; in TEST_F()
38 // f = f + BC[i]; in TEST_F()
47 OpEntryPoint Fragment %main "main" %BC %fo in TEST_F()
53 OpName %BC "BC" in TEST_F()
67 %BC = OpVariable %_ptr_Input_v4float Input in TEST_F()
92 %32 = OpAccessChain %_ptr_Input_float %BC %31 in TEST_F()
126 %32 = OpAccessChain %_ptr_Input_float %BC %38 in TEST_F()
148 // layout (location=0) in mat4 BC; in TEST_F()
156 // f = f + BC[ in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFormatVariadic.cpp113 std::size_t BC = Fmt.find_first_of('}', BO); in splitLiteralAndReplacement() local
114 if (BC == StringRef::npos) { in splitLiteralAndReplacement()
125 if (BO2 < BC) in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(BO + 1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 From = BC + 1; in splitLiteralAndReplacement()
/third_party/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp31 // in vec4 BC; in TEST_F()
38 // f = f + BC[i]; in TEST_F()
47 OpEntryPoint Fragment %main "main" %BC %fo in TEST_F()
53 OpName %BC "BC" in TEST_F()
67 %BC = OpVariable %_ptr_Input_v4float Input in TEST_F()
92 %32 = OpAccessChain %_ptr_Input_float %BC %31 in TEST_F()
126 %32 = OpAccessChain %_ptr_Input_float %BC %38 in TEST_F()
148 // layout (location=0) in mat4 BC; in TEST_F()
156 // f = f + BC[ in TEST_F()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DunionTypeEquivalence.js12 // AB | C is equivalent to A | BC, where AB is A | B and BC is B | C.
17 var BC : number | boolean; variable
19 var z1: string | typeof BC;
57 // AB | C is equivalent to A | BC, where AB is A | B and BC is B | C.
62 var BC; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp391 SmallString<0> BC; in splitCodeGen() local
392 raw_svector_ostream BCOS(BC); in splitCodeGen()
397 [&](const SmallString<0> &BC, unsigned ThreadId) { in splitCodeGen()
400 MemoryBufferRef(StringRef(BC.data(), BC.size()), "ld-temp.o"), in splitCodeGen()
411 // Pass BC using std::move to ensure that it get moved rather than in splitCodeGen()
413 std::move(BC), ThreadCount++); in splitCodeGen()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp95 if (auto *BC = dyn_cast<BitCastOperator>(U.getUser())) { in runOnModule()
97 BC->getDestTy()->getPointerElementType())) { in runOnModule()
H A DWebAssemblyFixFunctionBitcasts.cpp71 if (auto *BC = dyn_cast<BitCastOperator>(U.getUser())) in findUses()
72 findUses(BC, F, Uses, ConstantBCs); in findUses()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DGregorianCalendar.java22 * <p>The standard (Gregorian) calendar has 2 eras, BC and AD.
44 * leap year rules were applied irregularly, and before 45 BC the Julian
198 * being every 3 years from 45 BC through 9 BC, then every 4 years from 8 AD
215 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
216 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
220 public static final int BC = 0; field in GregorianCalendar
225 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
226 * ..., 2 BC,
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DGregorianCalendar.java23 * <p>The standard (Gregorian) calendar has 2 eras, BC and AD.
45 * leap year rules were applied irregularly, and before 45 BC the Julian
198 * being every 3 years from 45 BC through 9 BC, then every 4 years from 8 AD
215 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
216 * ..., 2 BC, 1 BC, 1 AD, 2 AD,...
219 public static final int BC = 0; field in GregorianCalendar
224 * The sequence of years at the transition from <code>BC</code> to <code>AD</code> is
225 * ..., 2 BC,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp305 else if ((I->getOpcode() == PPC::BC || I->getOpcode() == PPC::BCn) && in runOnMachineFunction()
343 } else if (I->getOpcode() == PPC::BC) { in runOnMachineFunction()
348 BuildMI(MBB, I, dl, TII->get(PPC::BC)).addReg(CRBit).addImm(2); in runOnMachineFunction()
H A DPPCEarlyReturn.cpp102 } else if (J->getOpcode() == PPC::BC || J->getOpcode() == PPC::BCn) { in processBlock()
108 TII->get(J->getOpcode() == PPC::BC ? PPC::BCLR : PPC::BCLRn)) in processBlock()
H A DPPCPreEmitPeephole.cpp238 if (Br->getOpcode() != PPC::BC && Br->getOpcode() != PPC::BCn)
260 (Br->getOpcode() == PPC::BC && CRSetOp == PPC::CRUNSET)) {
H A DPPCReduceCRLogicals.cpp158 OrigBROpcode == PPC::BC in splitMBB()
161 ? PPC::BC in splitMBB()
274 if (BROp == PPC::BC || BROp == PPC::BCLR) { in computeBranchTargetAndInversion()
503 if (Opc == PPC::BC || Opc == PPC::BCn || Opc == PPC::BCLR || in createCRLogicalOpInfo()
604 /// BC %vr9<kill>, <BB#2>; CRBITRC:%vr9
608 /// BC %vr6<kill>, <BB#2>; CRBITRC:%vr6
612 /// BC %vr9<kill>, <BB#2>; CRBITRC:%vr9
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h255 void visitBitCastInst(BitCastInst &BC) { in visitBitCastInst() argument
256 enqueueUsers(BC); in visitBitCastInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp727 if (auto *BC = dyn_cast<BitCastInst>(U)) in runOnFunction()
728 BitCastUsers.push_back(BC); in runOnFunction()
732 auto *BC = BitCastUsers.pop_back_val(); in runOnFunction() local
733 for (User *U : BC->users()) in runOnFunction()
737 ReplaceArgUses(BC); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h63 SIScheduleBlockCreator *BC; member in llvm::SIScheduleBlock
104 SIScheduleBlock(SIScheduleDAGMI *DAG, SIScheduleBlockCreator *BC, in SIScheduleBlock() argument
106 DAG(DAG), BC(BC), TopRPTracker(TopPressure), ID(ID) {} in SIScheduleBlock()
/third_party/icu/icu4c/source/i18n/
H A Dgregocal.cpp74 // ms=-184303902528000000 jd=81000000 September 20, 5838270 BC
349 // Normalize the year so BC values are represented as 0 and negative in setGregorianChange()
361 if (cal->get(UCAL_ERA, status) == BC) in setGregorianChange()
399 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't in handleComputeFields()
443 era = BC; in handleComputeFields()
1104 * cutover, these limits are Sun Dec 02 16:47:04 GMT 292269055 BC to Sun in getActualMaximum()
1129 * Gregorian = May 17, 292275056 BC - Aug 17, 292278994 AD in getActualMaximum()
1130 * Julian = Dec 2, 292269055 BC - Jan 3, 292272993 AD in getActualMaximum()
1131 * Hybrid = Dec 2, 292269055 BC in getActualMaximum()
[all...]
H A Dtaiwncal.cpp120 if(era == GregorianCalendar::BC) {
H A Dbuddhcal.cpp31 static const int32_t kBuddhistEraStart = -543; // 544 BC (Gregorian)
74 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc in handleGetExtendedYear()
113 if(era == GregorianCalendar::BC) {
/third_party/node/deps/icu-small/source/i18n/
H A Dgregocal.cpp74 // ms=-184303902528000000 jd=81000000 September 20, 5838270 BC
350 // Normalize the year so BC values are represented as 0 and negative in setGregorianChange()
362 if (cal->get(UCAL_ERA, status) == BC) in setGregorianChange()
400 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't in handleComputeFields()
445 era = BC; in handleComputeFields()
1079 * cutover, these limits are Sun Dec 02 16:47:04 GMT 292269055 BC to Sun in getActualMaximum()
1104 * Gregorian = May 17, 292275056 BC - Aug 17, 292278994 AD in getActualMaximum()
1105 * Julian = Dec 2, 292269055 BC - Jan 3, 292272993 AD in getActualMaximum()
1106 * Hybrid = Dec 2, 292269055 BC in getActualMaximum()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dgregocal.cpp74 // ms=-184303902528000000 jd=81000000 September 20, 5838270 BC
349 // Normalize the year so BC values are represented as 0 and negative in setGregorianChange()
361 if (cal->get(UCAL_ERA, status) == BC) in setGregorianChange()
399 // from 45 BC to 9 BC, and then none until 8 AD. However, we don't in handleComputeFields()
443 era = BC; in handleComputeFields()
1104 * cutover, these limits are Sun Dec 02 16:47:04 GMT 292269055 BC to Sun in getActualMaximum()
1129 * Gregorian = May 17, 292275056 BC - Aug 17, 292278994 AD in getActualMaximum()
1130 * Julian = Dec 2, 292269055 BC - Jan 3, 292272993 AD in getActualMaximum()
1131 * Hybrid = Dec 2, 292269055 BC in getActualMaximum()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp316 } else if (auto *BC = dyn_cast<BitCastInst>(I)) { in replace()
317 auto *V = getReplacement(BC->getOperand(0)); in replace()
319 auto *NewT = PointerType::get(BC->getType()->getPointerElementType(), in replace()
322 IC.InsertNewInstWith(NewI, *BC); in replace()
323 NewI->takeName(BC); in replace()
324 WorkMap[BC] = NewI; in replace()
1160 if (auto *BC = dyn_cast<BitCastInst>(V)) { in combineStoreToValueType()
1161 V = BC->getOperand(0); in combineStoreToValueType()

Completed in 23 milliseconds

12345