/external/llvm/unittests/Bitcode/ |
D | BitReaderTest.cpp | 175 H->materialize(); in TEST() 183 G->materialize(); in TEST() 191 J->materialize(); in TEST() 199 F->materialize(); in TEST() 242 EXPECT_FALSE(M->getFunction("before")->materialize()); in TEST() 269 EXPECT_FALSE(M->getFunction("after")->materialize()); in TEST()
|
/external/llvm/test/CodeGen/X86/ |
D | isnan2.ll | 3 ; This should not need to materialize 0.0 to evaluate the condition.
|
D | constant-combines.ll | 7 ; Check that we can materialize the zero constants we store in two places here,
|
D | x86-64-and-mask.ll | 27 ; with a separate mov to materialize the mask.
|
D | setcc.ll | 4 ; Use sbb x, x to materialize carry bit in a GPR. The value is either
|
D | function-subtarget-features.ll | 6 ; to materialize constants.
|
D | fold-pcmpeqd-2.ll | 5 ; so it shouldn't use pcmpeqd to materialize an all-ones vector; it
|
/external/llvm/include/llvm/IR/ |
D | GVMaterializer.h | 41 virtual std::error_code materialize(GlobalValue *GV) = 0;
|
D | GlobalValue.h | 328 std::error_code materialize();
|
D | Module.h | 447 std::error_code materialize(GlobalValue *GV);
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 35 std::error_code GlobalValue::materialize() { in materialize() function in GlobalValue 36 return getParent()->materialize(this); in materialize()
|
D | Module.cpp | 387 std::error_code Module::materialize(GlobalValue *GV) { in materialize() function in Module 391 return Materializer->materialize(GV); in materialize()
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-shift-materialize.ll | 7 ; we materialize in to. However, the first shift was also killing that vreg.
|
D | lsr-code-insertion.ll | 3 ; has a single store in it, and that cond_true55 only has code to materialize
|
D | vmov.ll | 357 ; Use vmov.f32 to materialize f32 immediate splats
|
/external/llvm/lib/Target/Sparc/ |
D | README.txt | 59 * Use %g0 directly to materialize 0. No instruction is required.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2012-01-02-nopreheader.ll | 54 ; In this case, SCEVExpander simply cannot materialize the AddRecExpr
|
/external/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 226 if (std::error_code EC = GV.materialize()) { in main()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 253 F->materialize(); in GetImportList()
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | offset.ll | 112 ; When loading from a fixed address, materialize a zero.
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 129 void materialize(NodeToValueMap &Loc); 1158 void HexagonCommonGEP::materialize(NodeToValueMap &Loc) { in materialize() function in HexagonCommonGEP 1295 materialize(Loc); in runOnFunction()
|
/external/llvm/lib/Target/ARM/ |
D | README-Thumb.txt | 213 Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | lftr-reuse.ll | 117 ; Avoid generating extra code to materialize a trip count. Skip LFTR.
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 214 NO-FUNCTION-BLOCK: Trying to materialize functions before seeing function blocks
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 84 It would be better to materialize .CPI_X into a register, then use immediates
|