Home
last modified time | relevance | path

Searched refs:Opnd (Results 1 – 25 of 851) sorted by relevance

12345678910>>...35

/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/SSA/
H A DIRtoSSA.Mod34 opnd: SSA.Opnd;
198 opnd: SSA.Opnd;
217 opnd: SSA.Opnd;
286 instr. AddOpnd (value. instr. GetArgClass (Opnd.readDesign), Opnd.arg);
401 adrOpnd: SSA.Opnd;
458 adrOpnd: SSA.Opnd;
614 opnd: SSA.Opnd;
1150 Opnd.arg);
1175 Opnd.arg);
1451 opnd: SSA.Opnd;
[all …]
H A DDestore.Mod116 design: SSA.Opnd;
143 use: SSA.Opnd;
195 @oconst{Opnd.readAdr} or @oconst{Opnd.writeAdr} of a data read or write.
204 @oconst{Opnd.writeDesign}.
406 opnd: SSA.Opnd;
567 use: SSA.Opnd;
581 opnd: SSA.Opnd;
582 class: Opnd.Class;
737 use: SSA.Opnd;
753 opnd: SSA.Opnd;
[all …]
H A DOpcode.Mod66 @item *OOC:SSA:Opnd.arg
69 @item *OOC:SSA:Opnd.arg
75 @item *OOC:SSA:Opnd.arg
112 @item *OOC:SSA:Opnd.store
115 @item *OOC:SSA:Opnd.arg
138 @item *OOC:SSA:Opnd.store
217 @item *OOC:SSA:Opnd.arg
329 @item *OOC:SSA:Opnd.arg
398 @item *OOC:SSA:Opnd.arg
526 @item *OOC:SSA.Opnd.arg
[all …]
/dports/devel/aunit/aunit-gpl-2017-src/examples/calculator/tested_lib/src/
H A Doperands-ints.adb6 function Image (Opnd : Int) return String is
8 return Integer'Image (Opnd.Value);
11 function Value (Opnd : Int) return Integer is
13 return Opnd.Value;
16 procedure Set (Opnd : in out Int; Value : Integer) is
18 Opnd.Value := Value;
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DMCInstPrinter.cpp73 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
80 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
83 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
86 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
89 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
92 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInstPrinter.cpp73 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
80 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
83 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
86 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
89 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
92 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp73 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
80 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
83 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
86 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
89 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
92 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCInstPrinter.cpp90 const MCOperand &Opnd = MI.getOperand(OpIdx); in matchAliasCondition() local
97 return Opnd.isImm() && Opnd.getImm() == int32_t(C.Value); in matchAliasCondition()
100 return Opnd.isReg() && Opnd.getReg() == C.Value; in matchAliasCondition()
103 return Opnd.isReg() && Opnd.getReg() == MI.getOperand(C.Value).getReg(); in matchAliasCondition()
106 return Opnd.isReg() && MRI.getRegClass(C.Value).contains(Opnd.getReg()); in matchAliasCondition()
109 return M.ValidateMCOperand(Opnd, *STI, C.Value); in matchAliasCondition()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/x86/
H A Dhipe_x86_ra_naive.erl344 fix_src_operand(Opnd) ->
345 fix_mem_operand(Opnd, ?HIPE_X86_REGISTERS:temp0()).
347 fix_dst_operand(Opnd) ->
351 case Opnd of
357 {[], Opnd};
361 Opnd#x86_mem{off=Temp}}
368 Opnd#x86_mem{base=Temp}};
376 {[], Opnd}
381 is_mem_opnd(Opnd) ->
382 case Opnd of
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/x86/
H A Dhipe_x86_ra_naive.erl344 fix_src_operand(Opnd) ->
345 fix_mem_operand(Opnd, ?HIPE_X86_REGISTERS:temp0()).
347 fix_dst_operand(Opnd) ->
351 case Opnd of
357 {[], Opnd};
361 Opnd#x86_mem{off=Temp}}
368 Opnd#x86_mem{base=Temp}};
376 {[], Opnd}
381 is_mem_opnd(Opnd) ->
382 case Opnd of
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/x86/
H A Dhipe_x86_ra_naive.erl344 fix_src_operand(Opnd) ->
345 fix_mem_operand(Opnd, ?HIPE_X86_REGISTERS:temp0()).
347 fix_dst_operand(Opnd) ->
351 case Opnd of
357 {[], Opnd};
361 Opnd#x86_mem{off=Temp}}
368 Opnd#x86_mem{base=Temp}};
376 {[], Opnd}
381 is_mem_opnd(Opnd) ->
382 case Opnd of
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_inline.erl438 L = Opnd#opnd.loc,
987 Opnd = R#ref.opnd,
1575 Opnd = R#ref.opnd,
1653 Opnd ->
2029 new_ref(N, Opnd, S) ->
2083 {Opnd, S1}.
2089 foldr(fun (Opnd, {E, S}) -> residualize_operand(Opnd, E, S) end,
2102 {E1, S1} = i(Opnd#opnd.expr, effect, Opnd#opnd.ren,
2121 visit(Opnd, S) ->
2129 visit_1(Opnd, S) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dcerl_inline.erl438 L = Opnd#opnd.loc,
988 Opnd = R#ref.opnd,
1576 Opnd = R#ref.opnd,
1654 Opnd ->
2030 new_ref(N, Opnd, S) ->
2084 {Opnd, S1}.
2090 foldr(fun (Opnd, {E, S}) -> residualize_operand(Opnd, E, S) end,
2103 {E1, S1} = i(Opnd#opnd.expr, effect, Opnd#opnd.ren,
2122 visit(Opnd, S) ->
2130 visit_1(Opnd, S) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dcerl_inline.erl438 L = Opnd#opnd.loc,
983 Opnd = R#ref.opnd,
1579 Opnd = R#ref.opnd,
1657 Opnd ->
2031 new_ref(N, Opnd, S) ->
2081 {Opnd, S1}.
2087 foldr(fun (Opnd, {E, S}) -> residualize_operand(Opnd, E, S) end,
2100 {E1, S1} = i(Opnd#opnd.expr, effect, Opnd#opnd.ren,
2119 visit(Opnd, S) ->
2127 visit_1(Opnd, S) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dcerl_inline.erl438 L = Opnd#opnd.loc,
987 Opnd = R#ref.opnd,
1575 Opnd = R#ref.opnd,
1653 Opnd ->
2029 new_ref(N, Opnd, S) ->
2083 {Opnd, S1}.
2089 foldr(fun (Opnd, {E, S}) -> residualize_operand(Opnd, E, S) end,
2102 {E1, S1} = i(Opnd#opnd.expr, effect, Opnd#opnd.ren,
2121 visit(Opnd, S) ->
2129 visit_1(Opnd, S) ->
[all …]

12345678910>>...35