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

1 2

  /external/llvm/include/llvm/IR/
InstrTypes.h 405 /// CastOps category (Instruction::isCast(opcode) returns true). This
410 Instruction::CastOps, ///< The opcode of the cast instruction
418 /// CastOps category. This constructor has insert-at-end-of-block semantics
423 Instruction::CastOps, ///< The opcode for the cast instruction
543 static Instruction::CastOps getCastOpcode(
574 Instruction::CastOps Opcode, ///< Opcode of cast
588 /// returns Instruction::CastOps value for a cast that can replace
592 Instruction::CastOps firstOpcode, ///< Opcode of first cast
593 Instruction::CastOps secondOpcode, ///< Opcode of second cast
603 Instruction::CastOps getOpcode() const
    [all...]
Instruction.h 401 enum CastOps {
IRBuilder.h     [all...]
  /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 233 static Instruction::CastOps
245 Instruction::CastOps firstOp = Instruction::CastOps(CI->getOpcode());
246 Instruction::CastOps secondOp = Instruction::CastOps(opcode);
263 return Instruction::CastOps(Res);
270 bool InstCombiner::ShouldOptimizeCast(Instruction::CastOps opc, const Value *V,
297 if (Instruction::CastOps opc =
    [all...]
InstCombine.h 223 bool ShouldOptimizeCast(Instruction::CastOps opcode,const Value *V,
InstCombineLoadStoreAlloca.cpp 510 Instruction::CastOps opcode = Instruction::BitCast;
InstCombineSelect.cpp 146 return CastInst::Create(Instruction::CastOps(TI->getOpcode()), NewSI,
    [all...]
InstCombineCalls.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 202 Instruction::CastOps Op,
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 240 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
  /external/llvm/include/llvm/Support/
ConstantFolder.h 155 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
NoFolder.h 214 Instruction *CreateCast(Instruction::CastOps Op, Constant *C,
TargetFolder.h 167 Constant *CreateCast(Instruction::CastOps Op, Constant *C,
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
ConstantFold.cpp 87 Instruction::CastOps firstOp = Instruction::CastOps(Op->getOpcode());
88 Instruction::CastOps secondOp = Instruction::CastOps(opc);
    [all...]
Constants.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 357 return Builder.CreateCast(Instruction::CastOps(C->getOpcode()),
  /external/llvm/lib/Analysis/
Lint.cpp 638 if (CastInst::isNoopCast(Instruction::CastOps(CE->getOpcode()),
ScalarEvolutionExpander.cpp 32 Instruction::CastOps Op,
89 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 826 milliseconds

1 2