Searched refs:LocationKind (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 46 LocationKind = Register; in addReg() 187 LocationKind = Implicit; in addSignedConstant() 194 LocationKind = Implicit; in addUnsignedConstant() 200 LocationKind = Implicit; in addUnsignedConstant() 224 LocationKind = Unknown; in addMachineRegExpression() 239 LocationKind = Unknown; in addMachineRegExpression() 271 LocationKind = Unknown; in addMachineRegExpression() 412 LocationKind = Unknown; in addExpression() 441 LocationKind = Memory; in addExpression() 486 LocationKind = Implicit; in addExpression() [all …]
|
D | DwarfExpression.h | 135 unsigned LocationKind : 3; variable 141 return LocationKind == Unknown; in isUnknownLocation() 145 return LocationKind == Memory; in isMemoryLocation() 149 return LocationKind == Register; in isRegisterLocation() 153 return LocationKind == Implicit; in isImplicitLocation() 275 LocationKind(Unknown), LocationFlags(Unknown), in DwarfExpression() 293 LocationKind = Memory; in setMemoryLocationKind()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | StackMapParser.h | 103 enum class LocationKind : uint8_t { enum 114 LocationKind getKind() const { in getKind() 115 return LocationKind(P[KindOffset]); in getKind() 131 assert(getKind() == LocationKind::Constant && "Not a small constant."); in getSmallConstant() 137 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex() 144 assert((getKind() == LocationKind::Direct || in getOffset() 145 getKind() == LocationKind::Indirect) && in getOffset()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction.h | 490 enum LocationKind { REGISTER, STACK_SLOT }; enum 493 LocationOperand::LocationKind location_kind, in LocationOperand() 537 LocationKind location_kind() const { in location_kind() 589 using LocationKindField = base::BitField64<LocationKind, 3, 2>; 596 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index) in AllocatedOperand() 599 static AllocatedOperand* New(Zone* zone, LocationKind kind, in New()
|
D | instruction.cc | 95 LocationOperand::LocationKind kind = loc.location_kind(); in InterferesWith() 96 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith()
|
D | register-allocator-verifier.cc | 593 zone(), LocationOperand::LocationKind::STACK_SLOT, rep, in VerifyGapMoves()
|