HomeSort by relevance Sort by last modified time
    Searched refs:UpdateType (Results 1 - 25 of 26) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DomTreeUpdater.h 95 void applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates,
205 SmallVector<DominatorTree::UpdateType, 16> PendUpdates;
252 bool isUpdateValid(DominatorTree::UpdateType Update) const;
255 bool isSelfDominance(DominatorTree::UpdateType Update) const;
Dominators.h 312 void applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates);
349 SmallVector<DominatorTree::UpdateType, 16> PendUpdates;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DomTreeUpdater.cpp 25 const DominatorTree::UpdateType Update) const {
52 const DominatorTree::UpdateType Update) const {
64 const DominatorTree::UpdateType Update = {Kind, From, To};
65 const DominatorTree::UpdateType Invert = {Kind != DominatorTree::Insert
102 DT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
124 PDT->applyUpdates(ArrayRef<DominatorTree::UpdateType>(I, E));
270 void DomTreeUpdater::applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates,
276 SmallVector<DominatorTree::UpdateType, 8> Seen;
282 [U](const DominatorTree::UpdateType S) { return S == U; }) &&
455 [&](ArrayRef<DominatorTree::UpdateType>::const_iterator begin
    [all...]
Dominators.cpp 386 ArrayRef<DominatorTree::UpdateType> Updates) {
387 SmallVector<DominatorTree::UpdateType, 8> Seen;
391 [U](DominatorTree::UpdateType S) { return S == U; })) {
534 DominatorTree::UpdateType Update = {Kind, From, To};
535 DominatorTree::UpdateType Invert = {Kind != DominatorTree::Insert
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDriver.h 53 UPDATE_OPERATION_TYPE UpdateType;
UpdateDispatcher.c 120 if (ConfigData->UpdateType == UpdateWholeFV) {
132 } else if (ConfigData->UpdateType == UpdateFvFile) {
395 switch (ConfigData->UpdateType) {
FlashUpdate.c 345 if ((ConfigData->UpdateType != UpdateWholeFV)
539 if ((ConfigData->UpdateType != UpdateWholeFV )
610 if (ConfigData->UpdateType != UpdateWholeFV) {
732 if (ConfigData->UpdateType != UpdateFvFile) {
    [all...]
ParseUpdateProfile.c 1020 // UpdateType
1026 (UINT8 *) "UpdateType",
1040 (*UpdateArray)[Index].UpdateType = (UPDATE_OPERATION_TYPE) Num;
1105 if ((*UpdateArray)[Index].UpdateType == UpdateFvRange) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DeferredDominanceTest.cpp 71 std::vector<DominatorTree::UpdateType> Updates;
313 std::vector<DominatorTree::UpdateType> Updates;
DomTreeUpdaterTest.cpp 80 std::vector<DominatorTree::UpdateType> Updates;
260 std::vector<DominatorTree::UpdateType> Updates;
394 std::vector<DominatorTree::UpdateType> Updates;
475 std::vector<DominatorTree::UpdateType> Updates;
649 std::vector<DominatorTree::UpdateType> Updates;
DominatorTreeBatchUpdatesTest.cpp 26 using DomUpdate = DominatorTree::UpdateType;
28 std::is_same<DomUpdate, PostDominatorTree::UpdateType>::value,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GenericDomTree.h 234 ArrayRef<typename DomTreeT::UpdateType> Updates);
257 using UpdateType = DomTreeBuilder::Update<NodePtr>;
540 /// From and To pointers when constructing DominatorTree::UpdateType).
546 void applyUpdates(ArrayRef<UpdateType> Updates) {
GenericDomTreeConstruction.h 73 using UpdateT = typename DomTreeT::UpdateType;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp 231 std::vector <DominatorTree::UpdateType> Updates;
299 std::vector <DominatorTree::UpdateType> Updates;
682 std::vector <DominatorTree::UpdateType> Updates;
    [all...]
BreakCriticalEdges.cpp 214 SmallVector<DominatorTree::UpdateType, 3> Updates;
BasicBlockUtils.cpp 53 std::vector<DominatorTree::UpdateType> Updates;
159 std::vector<DominatorTree::UpdateType> Updates;
LoopRotationUtils.cpp 409 SmallVector<DominatorTree::UpdateType, 3> Updates;
LoopUnrollAndJam.cpp 514 SmallVector<DominatorTree::UpdateType, 4> DTUpdates;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
PGOMemOPSizeOpt.cpp 369 std::vector<DominatorTree::UpdateType> Updates;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
ADCE.cpp 605 SmallVector<DominatorTree::UpdateType, 4> DeletedEdges;
JumpThreading.cpp     [all...]
SimpleLoopUnswitch.cpp 462 SmallVector<DominatorTree::UpdateType, 2> DTUpdates;
723 SmallVector<DominatorTree::UpdateType, 4> DTUpdates;
    [all...]
LoopInterchange.cpp     [all...]
LoopUnswitch.cpp     [all...]
  /external/v8/src/compiler/
typer.cc 71 return UpdateType(node, TypeBinaryOp(node, x##Typer));
77 return UpdateType(node, Type##x(node));
92 return UpdateType(node, TypeBinaryOp(node, x));
99 return UpdateType(node, TypeUnaryOp(node, x));
320 Reduction UpdateType(Node* node, Type current) {
    [all...]

Completed in 568 milliseconds

1 2