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

  /external/llvm/include/llvm/
InstrTypes.h 408 /// CastOps category (Instruction::isCast(opcode) returns true). This
413 Instruction::CastOps, ///< The opcode of the cast instruction
421 /// CastOps category. This constructor has insert-at-end-of-block semantics
426 Instruction::CastOps, ///< The opcode for the cast instruction
540 static Instruction::CastOps getCastOpcode(
571 Instruction::CastOps Opcode, ///< Opcode of cast
585 /// @returns Instruction::CastOps value for a cast that can replace
589 Instruction::CastOps firstOpcode, ///< Opcode of first cast
590 Instruction::CastOps secondOpcode, ///< Opcode of second cast
598 Instruction::CastOps getOpcode() const
    [all...]
Instruction.h 311 enum CastOps {
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 73 Instruction::CastOps opcode = CastInst::getCastOpcode(AI, false, ArgVTy,
87 Instruction::CastOps opcode;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 227 static Instruction::CastOps
239 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
240 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
254 return Instruction::CastOps(Res);
261 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V,
288 if (Instruction::CastOps opc =
    [all...]
InstCombine.h 217 bool ShouldOptimizeCast(Instruction::CastOps opcode,const Value *V,
InstCombineCalls.cpp     [all...]
InstCombineLoadStoreAlloca.cpp 386 Instruction::CastOps opcode = Instruction::BitCast;
InstCombineSelect.cpp 139 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 196 Instruction::CastOps Op,
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 239 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
  /external/llvm/include/llvm/Support/
ConstantFolder.h 155 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
NoFolder.h 202 Instruction *CreateCast(Instruction::CastOps Op, Constant *C,
TargetFolder.h 167 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
IRBuilder.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
ConstantFold.cpp 88 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
89 Instruction::CastOps secondOp = Instruction::CastOps(opc);
    [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 32 Instruction::CastOps Op,
89 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
    [all...]
Lint.cpp 604 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 2424 milliseconds