/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | Locked.cpp | 207 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() 216 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() 226 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() 235 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() 245 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() 254 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked); in TEST_F() 337 __ cmpxchg8b(Address::Absolute(0x1FF00), NotLocked); in TEST_F() 344 __ cmpxchg8b(Address::Absolute(0x1FF00), Locked); in TEST_F() 444 __ cmpxchg(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() 453 __ cmpxchg(IceType_i8, Address::Absolute( in TEST_F() [all...] |
/third_party/skia/include/utils/ |
H A D | SkParsePath.h | 21 enum class PathEncoding { Absolute, Relative }; member in SkParsePath::PathEncoding 22 static void ToSVGString(const SkPath&, SkString*, PathEncoding = PathEncoding::Absolute);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCDuplexInfo.cpp | 704 bool Absolute; in deriveSubInst() local 712 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 713 if (Absolute) { in deriveSubInst() 768 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 769 assert(Absolute);(void)Absolute; in deriveSubInst() 893 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 894 assert(Absolute);(void)Absolute; in deriveSubInst() 925 Absolute in deriveSubInst() [all...] |
H A D | HexagonBaseInfo.h | 37 Absolute = 1, // Absolute addressing mode enumerator 38 AbsoluteSet = 2, // Absolute set addressing mode
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 73 d1->Register.Absolute == d2->Register.Absolute && in same_src_reg() 222 o->Absolute = i->Absolute; in copy_src_reg() 569 current.FullInstruction.Src[0].Register.Absolute == 0 && in i915_fpc_useless_mov() 601 next->FullInstruction.Src[0].Register.Absolute == 0 && in i915_fpc_optimize_useless_mov_after_inst()
|
H A D | i915_fpc.h | 226 unsigned Absolute : 1; /* BOOL */ member
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.h | 46 /* Almost a tgsi_src_register, but we need to pull in the Absolute 59 unsigned Absolute : 1; /* BOOL */ member 879 reg.Absolute = 1; in ureg_abs() 1088 src.Absolute = 0; in ureg_src_array_register() 1123 src.Absolute = 0; in ureg_src() 1178 src.Absolute = 0; in ureg_src_undef()
|
H A D | tgsi_lowering.c | 697 new_inst.Src[0].Register.Absolute = true; in transform_log() 760 new_inst.Src[0].Register.Absolute = true; in transform_log() 975 new_inst.Src[0].Register.Absolute = true; in transform_trunc() 985 new_inst.Src[0].Register.Absolute = true; in transform_trunc() 997 new_inst.Src[0].Register.Absolute = true; in transform_trunc()
|
H A D | tgsi_build.c | 841 src_register.Absolute = 0; in tgsi_default_src_register() 880 src_register.Absolute = absolute; in tgsi_build_src_register() 1227 reg->Register.Absolute, in tgsi_build_full_instruction()
|
H A D | tgsi_dump.c | 597 if (src->Register.Absolute) in iter_instruction() 613 if (src->Register.Absolute) in iter_instruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1458 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1459 if (Absolute) { in processInstruction() 1495 if (Absolute) { in processInstruction() 1685 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local 1686 if (!Absolute) in processInstruction() 1708 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1709 if (!Absolute) in processInstruction() 1738 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1739 if (!Absolute) in processInstruction() 1862 bool Absolute in processInstruction() local 1882 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); processInstruction() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff-common.hh | 160 return_trace (FontDict::serialize_link4_op(c, opstr.op, info.char_strings_link, whence_t::Absolute)); in serialize() 163 return_trace (FontDict::serialize_link4_op(c, opstr.op, info.fd_array_link, whence_t::Absolute)); in serialize() 166 return_trace (FontDict::serialize_link4_op(c, opstr.op, info.fd_select.link, whence_t::Absolute)); in serialize() 187 Dict::serialize_link4_op (c, opstr.op, privateDictInfo.link, whence_t::Absolute)); in serialize()
|
H A D | hb-subset-cff1.cc | 139 return_trace (FontDict::serialize_link4_op(c, op, mod.info.charset_link, whence_t::Absolute)); in serialize() 145 return_trace (FontDict::serialize_link4_op(c, op, mod.info.encoding_link, whence_t::Absolute)); in serialize() 151 Dict::serialize_link4_op (c, op, mod.info.privateDictInfo.link, whence_t::Absolute)); in serialize()
|
H A D | hb-serialize.hh | 61 Absolute /* Absolute: from the start of the serialize buffer. */ enumerator 453 case Absolute: offset = (head - start) + (child->head - tail); break; in resolve_links()
|
H A D | hb-repacker.hh | 866 case hb_serialize_context_t::whence_t::Absolute: in compute_offset()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 752 unsigned Absolute : 1; /* BOOL */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 84 Absolute = 1U << 3,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 321 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory() 322 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory() 324 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir)) in setCurrentWorkingDirectory() 328 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved)) in setCurrentWorkingDirectory() 330 WD = {Absolute, Resolved}; in setCurrentWorkingDirectory()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.c | 381 if (reg->Register.Absolute) { in lp_build_emit_fetch_src()
|
H A D | lp_bld_tgsi_info.c | 68 if (!src->Indirect && !src->Absolute && !src->Negate) { in analyse_src()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 187 dst->Abs = src->Register.Absolute; in transform_srcreg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.cpp | 124 Flags |= JITSymbolFlags::Absolute;
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 285 "python_path: [string] Absolute path of Python."; 287 R"(python_path: Absolute path of Python. 313 Absolute path to the root of the generated output directory tree for the 332 Absolute path to the root of the output directory tree for the current 360 Absolute path to the target's generated file directory. This will be the 386 Absolute path to the target's generated file directory. If your current
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_aaline.c | 214 inst.Src[1].Register.Absolute = true; in aa_transform_epilog()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 879 case HexagonII::Absolute: in getRegOffOpcode() 1160 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender() 1849 IsAbs = AM == HexagonII::Absolute; in replaceInstr()
|