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/
InstCombineLoadStoreAlloca.cpp 414 if (SelectInst *SI = dyn_cast<SelectInst>(Op)) {
425 return SelectInst::Create(SI->getCondition(), V1, V2);
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 128 bool OptimizeSelectInst(SelectInst *SI);
    [all...]
SROA.cpp 424 static Value *foldSelectInst(SelectInst &SI) {
694 !isa<SelectInst>(I)) {
728 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...]
JumpThreading.cpp 556 if (SelectInst *SI = dyn_cast<SelectInst>(I)) {
    [all...]
SCCP.cpp 471 void visitSelectInst(SelectInst &I);
809 void SCCPSolver::visitSelectInst(SelectInst &I) {
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 592 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) {
800 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 266 } else if (isa<SelectInst>(I)) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 286 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/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 1049 macro(SelectInst) \
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 491 if (SelectInst *SI = dyn_cast<SelectInst>(I)) {
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 557 void Interpreter::visitSelectInst(SelectInst &I) {
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 918 milliseconds

12 3