Home
last modified time | relevance | path

Searched defs:phis (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-basic-block.h68 Phi::List* phis() const { in phis() function
Dmaglev-interpreter-frame-state.h350 Phi::List* phis() { return &phis_; } in phis() function
352 void SetPhis(Phi::List&& phis) { in SetPhis()
Dmaglev-regalloc.cc514 Phi::List* phis = target->phis(); in AllocateControlNode() local
Dmaglev-code-generator.cc268 Phi::List* phis = target->phis(); in EmitBlockEndGapMoves() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h329 iterator_range<const_phi_iterator> phis() const { in phis() function
/third_party/mesa3d/src/compiler/nir/
Dnir_phi_builder.c63 struct exec_list phis; member
/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts256 const phis = createElement("div", "phis"); constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp297 iterator_range<BasicBlock::phi_iterator> BasicBlock::phis() { in phis() function in BasicBlock
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dscalar_analysis.cpp1194 std::vector<const Instruction*> phis{}; in TEST_F() local
/third_party/spirv-tools/test/opt/
Dscalar_analysis.cpp1194 std::vector<const Instruction*> phis{}; in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp1194 std::vector<const Instruction*> phis{}; in TEST_F() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp439 PhiMap phis; in splitEdges() local
2008 for (int phis = 0; phi->srcExists(phis); ++phis) { in resolveSplitsAndMerges() local
/third_party/node/deps/v8/src/compiler/
Dcode-assembler.h687 void Bind(CodeAssemblerParameterizedLabel<T...>* label, TNode<T>*... phis) { in Bind()
Deffect-control-linearizer.cc523 NodeVector phis(temp_zone); in TryCloneBranch() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp1556 std::unordered_map<SpirvShader::Object::ID, Variable> phis; member in sw::SpirvRoutine
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1021 void Bind(compiler::CodeAssemblerParameterizedLabel<T...>* label, in Bind()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c52 struct hash_table *phis; member
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c475 struct hash_table *phis; member