Searched refs:opcodeTable (Results 1 – 21 of 21) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | value.go | 81 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 …]
|
D | nilcheck.go | 215 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))
|
D | regalloc.go | 736 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 …]
|
D | schedule.go | 146 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 {
|
D | zcse.go | 20 if opcodeTable[v.Op].argLen == 0 { 45 if opcodeTable[a.Op].argLen == 0 {
|
D | deadcode.go | 113 …if (opcodeTable[v.Op].call || opcodeTable[v.Op].hasSideEffects || opcodeTable[v.Op].nilCheck) && !…
|
D | check.go | 116 nArgs := opcodeTable[v.Op].argLen 126 switch opcodeTable[v.Op].auxType { 199 if opcodeTable[Op(v.AuxInt)].name == "OpInvalid" {
|
D | addressingmodes.go | 33 if opcodeTable[v.Op].resultInArg0 { 42 switch [2]auxType{opcodeTable[v.Op].auxType, opcodeTable[p.Op].auxType} {
|
D | lower.go | 28 if !opcodeTable[v.Op].generic {
|
D | likelyadjust.go | 57 if opcodeTable[v.Op].call { 224 if opcodeTable[v.Op].call {
|
D | flagalloc.go | 244 if opcodeTable[v.Op].clobberFlags {
|
D | fuse.go | 172 …if v.Uses > 0 || v.Op.IsCall() || v.Op.HasSideEffects() || v.Type.IsVoid() || opcodeTable[v.Op].ni…
|
D | debug.go | 1062 clobbers := uint64(opcodeTable[v.Op].reg.clobbers) 1278 return !opcodeTable[v.Op].zeroWidth 1337 if opcodeTable[v.Op].zeroWidth {
|
D | cse.go | 98 if opcodeTable[e[0].Op].commutative {
|
D | branchelim.go | 440 v.MemoryArg() != nil || opcodeTable[v.Op].hasSideEffects {
|
D | config.go | 385 opcodeTable[Op386LoweredWB].reg.clobbers |= 1 << 3 // BX
|
D | opGen.go | 3257 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 }
|
D | rewrite.go | 870 if opcodeTable[base.Op].nilCheck {
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | opcode_require_capabilities_test.cpp | 35 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/ |
D | opcode_require_capabilities_test.cpp | 35 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 D | opcode_require_capabilities_test.cpp | 35 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()
|