Home
last modified time | relevance | path

Searched refs:opcodeTable (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dvalue.go81 if opcodeTable[v.Op].auxType != auxInt8 && opcodeTable[v.Op].auxType != auxNameOffsetInt8 {
88 if opcodeTable[v.Op].auxType != auxUInt8 {
95 if opcodeTable[v.Op].auxType != auxInt16 {
102 if opcodeTable[v.Op].auxType != auxInt32 {
128 if opcodeTable[v.Op].auxType != auxFloat32 && opcodeTable[v.Op].auxType != auxFloat64 {
134 if opcodeTable[v.Op].auxType != auxSymValAndOff {
141 if opcodeTable[v.Op].auxType != auxARM64BitField {
185 switch opcodeTable[v.Op].auxType {
220 if v.AuxInt != 0 || opcodeTable[v.Op].auxType == auxNameOffsetInt8 {
240 return fmt.Sprintf("[auxtype=%d AuxInt=%d Aux=%v]", opcodeTable[v.Op].auxType, v.AuxInt, v.Aux)
[all …]
Dnilcheck.go215 if opcodeTable[v.Op].nilCheck && unnecessary.contains(v.Args[0].ID) {
273 if opcodeTable[v.Op].faultOnNilArg0 && (faultOnLoad || v.Type.IsMemory()) {
277 …if opcodeTable[v.Op].faultOnNilArg1 && (faultOnLoad || (v.Type.IsMemory() && v.Op != OpPPC64Lowere…
285 switch opcodeTable[v.Op].auxType {
307 v.Fatalf("can't handle aux %s (type %d) yet\n", v.auxString(), int(opcodeTable[v.Op].auxType))
Dregalloc.go736 if c.Uses == 1 && !opcodeTable[c.Op].generic {
755 … if arg.Uses == 1 && arg.Block == v.Block && !arg.Type.IsMemory() && !opcodeTable[arg.Op].generic {
876 return *ac.Reg(&opcodeTable[op].reg, s.f.Config)
882 return opcodeTable[op].reg
944 if opcodeTable[v.Op].call {
1291 …if opcodeTable[v.Op].resultInArg0 || v.Op == OpAMD64ADDQconst || v.Op == OpAMD64ADDLconst || v.Op …
1292 if opcodeTable[v.Op].commutative {
1511 if opcodeTable[v.Op].resultInArg0 {
1517 if opcodeTable[v.Op].commutative && !s.liveAfterCurrentInstruction(v.Args[1]) {
1525 if opcodeTable[v.Op].commutative && s.values[v.Args[1].ID].rematerializeable {
[all …]
Dschedule.go146 case opcodeTable[v.Op].nilCheck:
315 if a.Op == OpSPanchored || opcodeTable[a.Op].nilCheck {
321 if c.Op == OpSPanchored || opcodeTable[c.Op].nilCheck {
337 if opcodeTable[v.Op].nilCheck {
Dzcse.go20 if opcodeTable[v.Op].argLen == 0 {
45 if opcodeTable[a.Op].argLen == 0 {
Ddeadcode.go113 …if (opcodeTable[v.Op].call || opcodeTable[v.Op].hasSideEffects || opcodeTable[v.Op].nilCheck) && !…
Dcheck.go116 nArgs := opcodeTable[v.Op].argLen
126 switch opcodeTable[v.Op].auxType {
199 if opcodeTable[Op(v.AuxInt)].name == "OpInvalid" {
Daddressingmodes.go33 if opcodeTable[v.Op].resultInArg0 {
42 switch [2]auxType{opcodeTable[v.Op].auxType, opcodeTable[p.Op].auxType} {
Dlower.go28 if !opcodeTable[v.Op].generic {
Dlikelyadjust.go57 if opcodeTable[v.Op].call {
224 if opcodeTable[v.Op].call {
Dflagalloc.go244 if opcodeTable[v.Op].clobberFlags {
Dfuse.go172 …if v.Uses > 0 || v.Op.IsCall() || v.Op.HasSideEffects() || v.Type.IsVoid() || opcodeTable[v.Op].ni…
Ddebug.go1062 clobbers := uint64(opcodeTable[v.Op].reg.clobbers)
1278 return !opcodeTable[v.Op].zeroWidth
1337 if opcodeTable[v.Op].zeroWidth {
Dcse.go98 if opcodeTable[e[0].Op].commutative {
Dbranchelim.go440 v.MemoryArg() != nil || opcodeTable[v.Op].hasSideEffects {
Dconfig.go385 opcodeTable[Op386LoweredWB].reg.clobbers |= 1 << 3 // BX
DopGen.go3257 var opcodeTable = [...]opInfo{ var
40869 func (o Op) Asm() obj.As { return opcodeTable[o].asm }
40870 func (o Op) Scale() int16 { return int16(opcodeTable[o].scale) }
40871 func (o Op) String() string { return opcodeTable[o].name }
40872 func (o Op) SymEffect() SymEffect { return opcodeTable[o].symEffect }
40873 func (o Op) IsCall() bool { return opcodeTable[o].call }
40874 func (o Op) IsTailCall() bool { return opcodeTable[o].tailCall }
40875 func (o Op) HasSideEffects() bool { return opcodeTable[o].hasSideEffects }
40876 func (o Op) UnsafePoint() bool { return opcodeTable[o].unsafePoint }
40877 func (o Op) ResultInArg0() bool { return opcodeTable[o].resultInArg0 }
Drewrite.go870 if opcodeTable[base.Op].nilCheck {
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dopcode_require_capabilities_test.cpp35 spv_opcode_table opcodeTable; in TEST_P() local
36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P()
38 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableValueLookup(env, opcodeTable, in TEST_P()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dopcode_require_capabilities_test.cpp35 spv_opcode_table opcodeTable; in TEST_P() local
36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P()
38 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableValueLookup(env, opcodeTable, in TEST_P()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dopcode_require_capabilities_test.cpp35 spv_opcode_table opcodeTable; in TEST_P() local
36 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableGet(&opcodeTable, env)); in TEST_P()
38 ASSERT_EQ(SPV_SUCCESS, spvOpcodeTableValueLookup(env, opcodeTable, in TEST_P()