HomeSort by relevance Sort by last modified time
    Searched refs:CreateExtractElement (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 191 Builder->CreateExtractElement(BO->getOperand(0), EI.getOperand(1),
194 Builder->CreateExtractElement(BO->getOperand(1), EI.getOperand(1),
236 Value *EE = Builder->CreateExtractElement(CI->getOperand(0),
255 Cond = Builder->CreateExtractElement(Cond,
261 = Builder->CreateExtractElement(TrueVal,
266 = Builder->CreateExtractElement(FalseVal,
    [all...]
InstCombineCalls.cpp     [all...]
InstCombineCasts.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 357 auto X1 = Builder.CreateExtractElement(Vec, 1);
358 auto X2 = Builder.CreateExtractElement(Vec, Builder.getInt32(2));
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 243 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 218 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const {
NoFolder.h 272 Instruction *CreateExtractElement(Constant *Vec, Constant *Idx) const {
IRBuilder.h     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 213 Value *ExtractElement = Builder.CreateExtractElement(VecValue, Index);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 323 return Builder.CreateExtractElement(NewOperands[0], NewOperands[1]);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 423 StoredValue = IRB.CreateExtractElement(
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 241 CV[I] = Builder.CreateExtractElement(V, Builder.getInt32(I),
RewriteStatepointsForGC.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 2594 milliseconds