Home
last modified time | relevance | path

Searched refs:InstructionData (Results 51 – 75 of 332) sorted by relevance

12345678910>>...14

/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dsouper_harvest.rs161 ir::InstructionData::UnaryImm { opcode, imm } => { in harvest_candidate_lhs()
169 ir::InstructionData::UnaryBool { opcode, imm } => { in harvest_candidate_lhs()
195 (ir::Opcode::IaddImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
222 (ir::Opcode::ImulImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
238 (ir::Opcode::UdivImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
254 (ir::Opcode::SdivImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
270 (ir::Opcode::UremImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
286 (ir::Opcode::SremImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
302 (ir::Opcode::BandImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
318 (ir::Opcode::BorImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
[all …]
H A Dredundant_reload_remover.rs526 InstructionData::Unary { in visit_inst()
547 InstructionData::Unary { in visit_inst()
597 InstructionData::RegSpill { .. } in visit_inst()
598 | InstructionData::RegFill { .. } in visit_inst()
599 | InstructionData::Call { .. } in visit_inst()
600 | InstructionData::CallIndirect { .. } in visit_inst()
601 | InstructionData::StackLoad { .. } in visit_inst()
602 | InstructionData::StackStore { .. } in visit_inst()
603 | InstructionData::Unary { in visit_inst()
607 | InstructionData::UnaryImm { in visit_inst()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dsouper_harvest.rs161 ir::InstructionData::UnaryImm { opcode, imm } => { in harvest_candidate_lhs()
169 ir::InstructionData::UnaryBool { opcode, imm } => { in harvest_candidate_lhs()
195 (ir::Opcode::IaddImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
222 (ir::Opcode::ImulImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
238 (ir::Opcode::UdivImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
254 (ir::Opcode::SdivImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
270 (ir::Opcode::UremImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
286 (ir::Opcode::SremImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
302 (ir::Opcode::BandImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
318 (ir::Opcode::BorImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dsouper_harvest.rs161 ir::InstructionData::UnaryImm { opcode, imm } => { in harvest_candidate_lhs()
169 ir::InstructionData::UnaryBool { opcode, imm } => { in harvest_candidate_lhs()
195 (ir::Opcode::IaddImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
222 (ir::Opcode::ImulImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
238 (ir::Opcode::UdivImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
254 (ir::Opcode::SdivImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
270 (ir::Opcode::UremImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
286 (ir::Opcode::SremImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
302 (ir::Opcode::BandImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
318 (ir::Opcode::BorImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dsouper_harvest.rs161 ir::InstructionData::UnaryImm { opcode, imm } => { in harvest_candidate_lhs()
169 ir::InstructionData::UnaryBool { opcode, imm } => { in harvest_candidate_lhs()
195 (ir::Opcode::IaddImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
222 (ir::Opcode::ImulImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
238 (ir::Opcode::UdivImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
254 (ir::Opcode::SdivImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
270 (ir::Opcode::UremImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
286 (ir::Opcode::SremImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
302 (ir::Opcode::BandImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
318 (ir::Opcode::BorImm, ir::InstructionData::BinaryImm64 { imm, .. }) => { in harvest_candidate_lhs()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/binemit/
H A Dshrink.rs8 use crate::ir::instructions::InstructionData;
40 InstructionData::RegMove { .. } in shrink_instructions()
41 | InstructionData::RegFill { .. } in shrink_instructions()
42 | InstructionData::RegSpill { .. } => { in shrink_instructions()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/binemit/
H A Dshrink.rs8 use crate::ir::instructions::InstructionData;
40 InstructionData::RegMove { .. } in shrink_instructions()
41 | InstructionData::RegFill { .. } in shrink_instructions()
42 | InstructionData::RegSpill { .. } => { in shrink_instructions()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/binemit/
H A Dshrink.rs8 use crate::ir::instructions::InstructionData;
40 InstructionData::RegMove { .. } in shrink_instructions()
41 | InstructionData::RegFill { .. } in shrink_instructions()
42 | InstructionData::RegSpill { .. } => { in shrink_instructions()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/binemit/
H A Dshrink.rs8 use crate::ir::instructions::InstructionData;
40 InstructionData::RegMove { .. } in shrink_instructions()
41 | InstructionData::RegFill { .. } in shrink_instructions()
42 | InstructionData::RegSpill { .. } => { in shrink_instructions()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/binemit/
H A Dshrink.rs8 use crate::ir::instructions::InstructionData;
39 InstructionData::RegMove { .. } in shrink_instructions()
40 | InstructionData::RegFill { .. } in shrink_instructions()
41 | InstructionData::RegSpill { .. } => { in shrink_instructions()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/binemit/
H A Dshrink.rs8 use crate::ir::instructions::InstructionData;
40 InstructionData::RegMove { .. } in shrink_instructions()
41 | InstructionData::RegFill { .. } in shrink_instructions()
42 | InstructionData::RegSpill { .. } => { in shrink_instructions()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/binemit/
H A Dshrink.rs8 use crate::ir::instructions::InstructionData;
40 InstructionData::RegMove { .. } in shrink_instructions()
41 | InstructionData::RegFill { .. } in shrink_instructions()
42 | InstructionData::RegSpill { .. } => { in shrink_instructions()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/regalloc/
H A Dbranch_splitting.rs12 use crate::ir::{Ebb, Function, Inst, InstBuilder, InstructionData, Opcode, ValueList};
82 InstructionData::Branch { destination, .. } in visit_conditional_branch()
83 | InstructionData::BranchIcmp { destination, .. } in visit_conditional_branch()
84 | InstructionData::BranchInt { destination, .. } in visit_conditional_branch()
85 | InstructionData::BranchFloat { destination, .. } => destination, in visit_conditional_branch()
136 InstructionData::Jump { destination, .. } => destination, in visit_terminator_branch()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/
H A Ddce.rs9 use crate::ir::instructions::InstructionData;
32 fn is_load_with_defined_trapping(opcode: Opcode, data: &InstructionData) -> bool { in is_load_with_defined_trapping()
37 InstructionData::StackLoad { .. } => false, in is_load_with_defined_trapping()
38 InstructionData::Load { flags, .. } => !flags.notrap(), in is_load_with_defined_trapping()
H A Dredundant_reload_remover.rs525 InstructionData::Unary { in visit_inst()
546 InstructionData::Unary { in visit_inst()
591 InstructionData::RegMove { in visit_inst()
601 InstructionData::RegSpill { .. } in visit_inst()
602 | InstructionData::RegFill { .. } in visit_inst()
603 | InstructionData::Call { .. } in visit_inst()
605 | InstructionData::StackLoad { .. } in visit_inst()
606 | InstructionData::StackStore { .. } in visit_inst()
607 | InstructionData::Unary { in visit_inst()
611 | InstructionData::UnaryImm { in visit_inst()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/x64/
H A Dlower.rs11 use crate::ir::{InstructionData, Opcode, Type};
58 &InstructionData::UnaryImm { opcode: _, imm } => { in iri_to_u64_immediate()
68 fn inst_condcode(data: &InstructionData) -> IntCC { in inst_condcode()
70 &InstructionData::IntCond { cond, .. } in inst_condcode()
71 | &InstructionData::BranchIcmp { cond, .. } in inst_condcode()
72 | &InstructionData::IntCompare { cond, .. } in inst_condcode()
73 | &InstructionData::IntCondTrap { cond, .. } in inst_condcode()
74 | &InstructionData::BranchInt { cond, .. } in inst_condcode()
75 | &InstructionData::IntSelect { cond, .. } in inst_condcode()
76 | &InstructionData::IntCompareImm { cond, .. } => cond, in inst_condcode()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/flow/tester/
H A DTester.actor.h107 struct InstructionData : public ReferenceCounted<InstructionData> { struct
113InstructionData(bool _isDatabase, bool _isSnapshot, StringRef _instruction, Reference<FDB::Transac… in InstructionData() argument
122 …std::function<Future<Void>(Reference<FlowTesterData> data, Reference<InstructionData> instruction)…
123 …static Future<Void> call(std::string op, Reference<FlowTesterData> data, Reference<InstructionData in call()
211 Future<Void> processInstruction(Reference<InstructionData> instruction) { in processInstruction()
223 Future<decltype(fake<F>()().getValue())> executeMutation(Reference<InstructionData> instruction, F … in executeMutation()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/
H A Denc_tables.rs7 use crate::ir::{Function, InstructionData, Opcode, Type};
17 pub type RecipePredicate = Option<fn(PredicateView, &InstructionData) -> bool>;
23 pub type InstPredicate = fn(&Function, &InstructionData) -> bool;
108 inst: &'a InstructionData, in lookup_enclist() argument
179 inst: &'a InstructionData,
197 inst: &'a InstructionData, in new() argument
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/isa/
H A Denc_tables.rs7 use crate::ir::{Function, InstructionData, Opcode, Type};
17 pub type RecipePredicate = Option<fn(PredicateView, &InstructionData) -> bool>;
23 pub type InstPredicate = fn(&Function, &InstructionData) -> bool;
108 inst: &'a InstructionData, in lookup_enclist() argument
179 inst: &'a InstructionData,
197 inst: &'a InstructionData, in new() argument
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/
H A Denc_tables.rs7 use crate::ir::{Function, InstructionData, Opcode, Type};
17 pub type RecipePredicate = Option<fn(PredicateView, &InstructionData) -> bool>;
23 pub type InstPredicate = fn(&Function, &InstructionData) -> bool;
108 inst: &'a InstructionData, in lookup_enclist() argument
179 inst: &'a InstructionData,
197 inst: &'a InstructionData, in new() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/
H A Denc_tables.rs7 use crate::ir::{Function, InstructionData, Opcode, Type};
17 pub type RecipePredicate = Option<fn(PredicateView, &InstructionData) -> bool>;
23 pub type InstPredicate = fn(&Function, &InstructionData) -> bool;
108 inst: &'a InstructionData, in lookup_enclist() argument
179 inst: &'a InstructionData,
197 inst: &'a InstructionData, in new() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/
H A Denc_tables.rs7 use crate::ir::{Function, InstructionData, Opcode, Type};
17 pub type RecipePredicate = Option<fn(PredicateView, &InstructionData) -> bool>;
23 pub type InstPredicate = fn(&Function, &InstructionData) -> bool;
108 inst: &'a InstructionData, in lookup_enclist() argument
179 inst: &'a InstructionData,
197 inst: &'a InstructionData, in new() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/
H A Denc_tables.rs7 use crate::ir::{Function, InstructionData, Opcode, Type};
17 pub type RecipePredicate = Option<fn(PredicateView, &InstructionData) -> bool>;
23 pub type InstPredicate = fn(&Function, &InstructionData) -> bool;
108 inst: &'a InstructionData, in lookup_enclist() argument
179 inst: &'a InstructionData,
197 inst: &'a InstructionData, in new() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/
H A Denc_tables.rs7 use crate::ir::{Function, InstructionData, Opcode, Type};
17 pub type RecipePredicate = Option<fn(PredicateView, &InstructionData) -> bool>;
23 pub type InstPredicate = fn(&Function, &InstructionData) -> bool;
108 inst: &'a InstructionData, in lookup_enclist() argument
179 inst: &'a InstructionData,
197 inst: &'a InstructionData, in new() argument
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dredundant_reload_remover.rs526 InstructionData::Unary { in visit_inst()
547 InstructionData::Unary { in visit_inst()
597 InstructionData::RegSpill { .. } in visit_inst()
598 | InstructionData::RegFill { .. } in visit_inst()
599 | InstructionData::Call { .. } in visit_inst()
600 | InstructionData::CallIndirect { .. } in visit_inst()
601 | InstructionData::StackLoad { .. } in visit_inst()
602 | InstructionData::StackStore { .. } in visit_inst()
603 | InstructionData::Unary { in visit_inst()
607 | InstructionData::UnaryImm { in visit_inst()
[all …]

12345678910>>...14