Searched refs:patchable (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | patchable-prologue.ll | 6 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" {
|
D | statepoint-call-lowering.ll | 107 ; A patchable variant of test_i1_return
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 827 Patchability patchable = kNotPatchable, 832 Patchability patchable = kNotPatchable); 833 void BranchLink(const Code& code, Patchability patchable); 892 Patchability patchable,
|
D | assembler_arm.cc | 1668 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/ |
D | style-guide.txt | 422 patches that are git friendly and patchable.
|
/external/llvm/docs/ |
D | StackMaps.rst | 207 reserved for the patchable region, the third operand is the target
|
D | Statepoints.rst | 767 ID and ``0`` as the number of patchable bytes to the newly constructed
|
D | LangRef.rst | 1426 ``"patchable-function"`` 1433 * ``"prologue-short-redirect"`` - This style of patchable 1443 the patchable instruction larger than a short jump.
|