HomeSort by relevance Sort by last modified time
    Searched refs:BitCast (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
X86FastISel.cpp 679 case Instruction::BitCast:
852 case Instruction::BitCast:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 214 // If the this extractelement is directly using a bitcast from a vector of
216 // it. In this case, we will end up needing to bitcast the scalars.
283 if (CI->hasOneUse() && (CI->getOpcode() != Instruction::BitCast)) {
    [all...]
InstructionCombining.cpp 697 // If it's a bitcast involving vectors, make sure it has the same number of
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 314 uint64_t as_words = BitCast<uint64_t>(dvalue);
325 uint32_t as_word = BitCast<uint32_t>(svalue);
328 uint64_t as_words = BitCast<uint64_t>(dvalue);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 893 case Instruction::BitCast: {
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h     [all...]
objects-inl.h     [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.cc     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 254 if (CE->getOpcode() != llvm::Instruction::BitCast) return false;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 733 case Instruction::BitCast: {
737 default: llvm_unreachable("Invalid bitcast operand");
739 assert(DestTy->isFloatingPointTy() && "invalid bitcast");
746 assert(DestTy->isIntegerTy(32) && "Invalid bitcast");
750 assert(DestTy->isIntegerTy(64) && "Invalid bitcast");
754 assert(DestTy->isPointerTy() && "Invalid bitcast");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
GVN.cpp 435 case Instruction::BitCast:
835 // to transform them. We need to be able to bitcast to integer.
870 // Pointer to Pointer -> use bitcast.
875 // Convert source pointers to integers, which can be bitcast.
930 // Otherwise, bitcast.
931 return new BitCastInst(StoredVal, LoadedTy, "bitcast", InsertPt);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 189 | BitCast
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 174 case bitc::CAST_BITCAST : return Instruction::BitCast;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 415 case bitc::CAST_BITCAST : return Instruction::BitCast;
    [all...]
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 164 disp_value = *BitCast<const int32_t*>(&operand.buf_[disp_offset]);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 80 case Instruction::BitCast : return bitc::CAST_BITCAST;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 331 case Instruction::BitCast: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 192 case Instruction::BitCast:
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 302 case Instruction::BitCast:
    [all...]

Completed in 1313 milliseconds

1 2 34 5 6