/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_link.c | 43 svga_link_shaders(const struct tgsi_shader_info *outshader_info, const struct tgsi_shader_info *inshader_info, struct shader_linkage *linkage) svga_link_shaders() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.h | 116 Linkage* linkage() { return linkage_; } in linkage() function in v8::internal::compiler::final
|
H A D | machine-graph-verifier.cc | 24 MachineRepresentationInferrer(Schedule const* schedule, Graph const* graph, Linkage* linkage, Zone* zone) MachineRepresentationInferrer() argument 1040 Run(Graph* graph, Schedule const* const schedule, Linkage* linkage, bool is_stub, const char* name, Zone* temp_zone) Run() argument
|
H A D | pipeline.cc | 552 void InitializeCodeGenerator(Linkage* linkage) { in InitializeCodeGenerator() argument 2690 bool PipelineImpl::OptimizeGraph(Linkage* linkage) { in OptimizeGraph() argument 3385 SelectInstructions(Linkage* linkage) SelectInstructions() argument 3601 AssembleCode(Linkage* linkage) AssembleCode() argument [all...] |
H A D | simplified-lowering.cc | 4201 Linkage* linkage() { return linkage_; } in linkage() function in v8::internal::compiler::RepresentationSelector 330 RepresentationSelector(JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone, RepresentationChanger* changer, SourcePositionTable* source_positions, NodeOriginTable* node_origins, TickCounter* tick_counter, Linkage* linkage, ObserveNodeManager* observe_node_manager, SimplifiedLoweringVerifier* verifier) RepresentationSelector() argument 4358 SimplifiedLowering( JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone, SourcePositionTable* source_positions, NodeOriginTable* node_origins, TickCounter* tick_counter, Linkage* linkage, OptimizedCompilationInfo* info, ObserveNodeManager* observe_node_manager) SimplifiedLowering() argument
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | function.rs | 145 pub fn linkage(&self) -> Linkage { in linkage() functions [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseContextBase.cpp | 744 TIntermAggregate* linkage = new TIntermAggregate; in finish() local
|
H A D | Intermediate.cpp | 2834 void TIntermediate::addSymbolLinkageNodes(TIntermAggregate*& linkage, EShLanguage language, TSymbolTable& symbolTable) in addSymbolLinkageNodes() argument 2873 void TIntermediate::addSymbolLinkageNode(TIntermAggregate*& linkage, TSymbolTable& symbolTable, const TString& name) in addSymbolLinkageNode() argument 2880 void TIntermediate::addSymbolLinkageNode(TIntermAggregate*& linkage, const TSymbol& symbol) in addSymbolLinkageNode() argument [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | btf.h | 166 __u32 linkage; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator-impl.h | 180 Linkage* linkage() const { return gen_->linkage(); } in linkage() function in v8::internal::compiler::InstructionOperandConverter
|
H A D | code-generator.h | 146 Linkage* linkage() const { return linkage_; } in linkage() function in v8::internal::compiler::final
|
H A D | instruction-selector.h | 662 Linkage* linkage() const { return linkage_; } in linkage() function in v8::internal::compiler::final
|
H A D | code-generator.cc | 44 CodeGenerator::CodeGenerator(Zone* codegen_zone, Frame* frame, Linkage* linkage, in CodeGenerator() argument
|
H A D | instruction-selector.cc | 41 InstructionSelector( Zone* zone, size_t node_count, Linkage* linkage, InstructionSequence* sequence, Schedule* schedule, SourcePositionTable* source_positions, Frame* frame, EnableSwitchJumpTable enable_switch_jump_table, TickCounter* tick_counter, JSHeapBroker* broker, size_t* max_unoptimized_frame_height, size_t* max_pushed_argument_count, SourcePositionMode source_position_mode, Features features, EnableScheduling enable_scheduling, EnableRootsRelativeAddressing enable_roots_relative_addressing, EnableTraceTurboJson trace_turbo) InstructionSelector() argument [all...] |
/third_party/glslang/SPIRV/ |
H A D | spvIR.h | 482 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType linkage, const std::string& name, Module& parent) in Function() argument
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_context.h | 300 struct pan_linkage linkage; member
|
H A D | pan_cmdstream.c | 2565 struct pan_linkage *linkage = prelink ? &vs->linkage : &_linkage; in panfrost_emit_varying_descriptor() local
|
/third_party/libbpf/src/ |
H A D | btf_dump.c | 1995 enum btf_func_linkage linkage = btf_var(v)->linkage; in btf_dump_var_data() local
|
H A D | btf.c | 2740 int btf__add_var(struct btf *btf, const char *name, int linkage, in argument 2621 btf__add_func(struct btf *btf, const char *name, enum btf_func_linkage linkage, int proto_type_id) global() argument [all...] |
/third_party/mesa3d/src/compiler/ |
H A D | shader_info.h | 75 bool linkage; member
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 736 pub fn linkage(&self) -> CXLinkageKind { in linkage() functions
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_private.h | 277 SpvLinkageType linkage; member
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 1065 AdjustStackPointerForTailCall(Instruction* instr, TurboAssembler* assembler, Linkage* linkage, OptimizedCompilationInfo* info, FrameAccessState* state, int new_slot_above_sp, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 387 GlobalValue::LinkageTypes linkage() const { in linkage() function in llvm::CalleeInfo::GlobalValueSummary
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 4686 struct LINK *linkage; in callback() local [all...] |