Home
last modified time | relevance | path

Searched refs:InitialValue (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp188 MachineOperand *InitialValue,
509 MachineOperand *InitialValue, in getComparisonKind() argument
604 MachineOperand *InitialValue = nullptr; in getLoopTripCount() local
610 InitialValue = &IV_Phi->getOperand(i); in getLoopTripCount()
614 if (!InitialValue) in getLoopTripCount()
689 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
697 if (InitialValue->isReg()) { in getLoopTripCount()
698 Register R = InitialValue->getReg(); in getLoopTripCount()
702 if (!checkForImmediate(*InitialValue, V)) in getLoopTripCount()
718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount()
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h71 V(InitialValue) \
1026 class InitialValue : public FixedInputValueNodeT<0, InitialValue> {
1027 using Base = FixedInputValueNodeT<0, InitialValue>;
1030 explicit InitialValue(uint32_t bitfield, interpreter::Register source) in InitialValue() function
Dmaglev-ir.cc393 void InitialValue::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg()
403 void InitialValue::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode()
407 void InitialValue::PrintParams(std::ostream& os, in PrintParams()
Dmaglev-graph-builder.cc75 current_interpreter_frame_.set(reg, AddNewNode<InitialValue>({}, reg)); in MaglevGraphBuilder()
84 current_interpreter_frame_.set(reg, AddNewNode<InitialValue>({}, reg)); in MaglevGraphBuilder()
Dmaglev-regalloc.cc387 DCHECK(node->Is<InitialValue>()); in AllocateNodeResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1272 auto InitialValue = Constant::getNullValue(ValueTy); in eliminateSwiftErrorArgument() local
1273 Builder.CreateStore(InitialValue, Alloca); in eliminateSwiftErrorArgument()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDebugTests.cpp2648 enum InitialValue enum in deqp::gles31::Functional::__anonf73321ab0111::IsEnabledCase
2658 InitialValue initial,
2665 const InitialValue m_initial;
2672 InitialValue initial, in IsEnabledCase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp125 uint64_t InitialValue; member