Home
last modified time | relevance | path

Searched refs:patchable (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dpatchable-prologue.ll6 define void @f0() "patchable-function"="prologue-short-redirect" {
16 define void @f1() "patchable-function"="prologue-short-redirect" "no-frame-pointer-elim"="true" {
25 define void @f2() "patchable-function"="prologue-short-redirect" {
36 define void @f3() "patchable-function"="prologue-short-redirect" optsize {
47 ; patchable one.
50 define i32 @f4(i8* %arg1, i64 %arg2, i32 %arg3) "patchable-function"="prologue-short-redirect" {
Dstatepoint-call-lowering.ll107 ; A patchable variant of test_i1_return
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h827 Patchability patchable = kNotPatchable,
832 Patchability patchable = kNotPatchable);
833 void BranchLink(const Code& code, Patchability patchable);
892 Patchability patchable,
Dassembler_arm.cc1668 Patchability patchable, in LoadNativeEntry() argument
1671 object_pool_wrapper_.FindNativeEntry(label, patchable)); in LoadNativeEntry()
2744 Patchability patchable, in Branch() argument
2749 object_pool_wrapper_.FindObject(target_code, patchable)); in Branch()
2756 void Assembler::BranchLink(const Code& target, Patchability patchable) { in BranchLink() argument
2762 object_pool_wrapper_.FindObject(target, patchable)); in BranchLink()
2770 Patchability patchable) { in BranchLink() argument
2772 BranchLink(code, patchable); in BranchLink()
/external/ltp/doc/
Dstyle-guide.txt422 patches that are git friendly and patchable.
/external/llvm/docs/
DStackMaps.rst207 reserved for the patchable region, the third operand is the target
DStatepoints.rst767 ID and ``0`` as the number of patchable bytes to the newly constructed
DLangRef.rst1426 ``"patchable-function"``
1433 * ``"prologue-short-redirect"`` - This style of patchable
1443 the patchable instruction larger than a short jump.