/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 437 // that U is really a use of an insertvalue instruction that uses the 451 // Note that if we are used as the aggregate operand to the insertvalue, [all...] |
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 30 /// of insertvalue or extractvalue indices that identify a member, return 564 // The manipulations performed when we're looking through an insertvalue or
|
TargetLoweringBase.cpp | [all...] |
/external/llvm/lib/IR/ |
Instruction.cpp | 253 case InsertValue: return "insertvalue";
|
Constants.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | [all...] |
/external/llvm/test/Transforms/SROA/ |
basictest.ll | 492 %result1 = insertvalue %S2 undef, %S1* %new.s1, 0 493 ; CHECK-NEXT: %[[result1:.*]] = insertvalue %S2 undef, %S1* %[[next_s1]], 0 495 %result2 = insertvalue %S2 %result1, %S2* %new.next, 1 496 ; CHECK-NEXT: %[[result2:.*]] = insertvalue %S2 %[[result1]], %S2* %[[next_next]], 1 [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXGenericToNVVM.cpp | 333 case Instruction::InsertValue:
|
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 688 INSTKEYWORD(insertvalue, InsertValue);
|
LLParser.cpp | [all...] |
/external/llvm/include/llvm/IR/ |
Type.h | 266 /// means it is valid as the first operand of an insertvalue or
|
Constants.h | [all...] |
Instructions.h | [all...] |
IRBuilder.h | 469 /// \brief Create a sequence of N insertvalue instructions, [all...] |
/external/llvm/lib/Transforms/Scalar/ |
ScalarReplAggregates.cpp | [all...] |
/external/llvm/test/CodeGen/X86/ |
2010-05-25-DotDebugLoc.ll | 191 %mrv75 = insertvalue %0 undef, double %tmp84, 0, !dbg !42 ; <%0> [#uses=1]
|
crash.ll | 47 %3 = insertvalue %pair undef, double %2, 1 ; <%1> [#uses=1]
|
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
CallEvent.cpp | 364 return StrInStrNoCase(FName, "InsertValue") != StringRef::npos || [all...] |
/external/llvm/docs/ |
LangRef.rst | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 249 | InsertValue [all...] |
llvm.ml | 199 | InsertValue [all...] |
/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | [all...] |