Home
last modified time | relevance | path

Searched refs:materialize (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/unittests/Bitcode/
DBitReaderTest.cpp175 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/
Disnan2.ll3 ; This should not need to materialize 0.0 to evaluate the condition.
Dconstant-combines.ll7 ; Check that we can materialize the zero constants we store in two places here,
Dx86-64-and-mask.ll27 ; with a separate mov to materialize the mask.
Dsetcc.ll4 ; Use sbb x, x to materialize carry bit in a GPR. The value is either
Dfunction-subtarget-features.ll6 ; to materialize constants.
Dfold-pcmpeqd-2.ll5 ; so it shouldn't use pcmpeqd to materialize an all-ones vector; it
/external/llvm/include/llvm/IR/
DGVMaterializer.h41 virtual std::error_code materialize(GlobalValue *GV) = 0;
DGlobalValue.h328 std::error_code materialize();
DModule.h447 std::error_code materialize(GlobalValue *GV);
/external/llvm/lib/IR/
DGlobals.cpp35 std::error_code GlobalValue::materialize() { in materialize() function in GlobalValue
36 return getParent()->materialize(this); in materialize()
DModule.cpp387 std::error_code Module::materialize(GlobalValue *GV) { in materialize() function in Module
391 return Materializer->materialize(GV); in materialize()
/external/llvm/test/CodeGen/ARM/
Dfast-isel-shift-materialize.ll7 ; we materialize in to. However, the first shift was also killing that vreg.
Dlsr-code-insertion.ll3 ; has a single store in it, and that cond_true55 only has code to materialize
Dvmov.ll357 ; Use vmov.f32 to materialize f32 immediate splats
/external/llvm/lib/Target/Sparc/
DREADME.txt59 * Use %g0 directly to materialize 0. No instruction is required.
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-02-nopreheader.ll54 ; In this case, SCEVExpander simply cannot materialize the AddRecExpr
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp226 if (std::error_code EC = GV.materialize()) { in main()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp253 F->materialize(); in GetImportList()
/external/llvm/test/CodeGen/WebAssembly/
Doffset.ll112 ; When loading from a fixed address, materialize a zero.
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp129 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/
DREADME-Thumb.txt213 Make register allocator / spiller smarter so we can re-materialize "mov r, imm",
/external/llvm/test/Transforms/IndVarSimplify/
Dlftr-reuse.ll117 ; Avoid generating extra code to materialize a trip count. Skip LFTR.
/external/llvm/test/Bitcode/
Dinvalid.test214 NO-FUNCTION-BLOCK: Trying to materialize functions before seeing function blocks
/external/llvm/lib/Target/PowerPC/
DREADME.txt84 It would be better to materialize .CPI_X into a register, then use immediates

12