HomeSort by relevance Sort by last modified time
    Searched refs:SelectInst (Results 26 - 50 of 58) sorted by null

12 3

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 208 Res = SelectInst::Create(I->getOperand(0), True, False);
306 if (SelectInst *SI = dyn_cast<SelectInst>(Src))
414 SelectInst *SI = cast<SelectInst>(I);
    [all...]
InstructionCombining.cpp 585 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) {
611 return SelectInst::Create(SI->getCondition(),
691 if (SelectInst *SI = dyn_cast<SelectInst>(&I)) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 130 bool OptimizeSelectInst(SelectInst *SI);
    [all...]
JumpThreading.cpp 558 if (SelectInst *SI = dyn_cast<SelectInst>(I)) {
    [all...]
SROA.cpp 297 static Value *foldSelectInst(SelectInst &SI) {
567 !isa<SelectInst>(I)) {
609 void visitSelectInst(SelectInst &SI) {
    [all...]
LICM.cpp 443 if (!isa<BinaryOperator>(I) && !isa<CastInst>(I) && !isa<SelectInst>(I) &&
    [all...]
LoopUnswitch.cpp 488 if (SelectInst *SI = dyn_cast<SelectInst>(BBI)) {
    [all...]
SCCP.cpp 471 void visitSelectInst(SelectInst &I);
809 void SCCPSolver::visitSelectInst(SelectInst &I) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
BBVectorize.cpp 491 if (SelectInst *SI = dyn_cast<SelectInst>(I)) {
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 564 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) {
772 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) {
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 64 class SelectInst;
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 267 } else if (isa<SelectInst>(I)) {
    [all...]
FunctionAttrs.cpp 727 SelectInst *SI = cast<SelectInst>(RVI);
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 302 void visitSelectInst(SelectInst &SI);
    [all...]
Instructions.cpp 57 // SelectInst Class
62 const char *SelectInst::areInvalidOperands(Value *Op0, Value *Op1, Value *Op2) {
    [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 230 isa<PHINode>(UUser) || isa<SelectInst>(UUser)) {
281 if (const SelectInst *SI = dyn_cast<const SelectInst>(P)) {
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 577 Value *V = SelectInst::Create(Cond, Val0, Val1, "Sl", BB->getTerminator());
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1096 macro(SelectInst) \
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1612 milliseconds

12 3