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

1 23 4 5 6

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 411 case Instruction::BitCast:
419 // Don't touch a bitcast between vectors of different element counts.
422 // Don't touch a scalar-to-vector bitcast.
425 // Don't touch a vector-to-scalar bitcast.
    [all...]
InstCombineCasts.cpp 153 // allocation instruction, also pointer typed. Thus, cast to use is BitCast.
    [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
ConstantFold.cpp 158 // Finally, implement bitcast folding now. The code below doesn't handle
159 // bitcast right.
545 // This is casting one pointer type to another, always BitCast
693 case Instruction::BitCast:
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 90 assert((Op == Instruction::BitCast ||
98 if (Op == Instruction::BitCast) {
    [all...]
ValueTracking.cpp 446 case Instruction::BitCast: {
450 // (bitcast i64 %x to <2 x i32>)
    [all...]
LazyValueInfo.cpp 756 case Instruction::BitCast:
    [all...]
BasicAliasAnalysis.cpp 299 // See if this is a bitcast or GEP.
312 if (Op->getOpcode() == Instruction::BitCast) {
337 // elements computed by GEPs. However, we can handle bitcast equivalent
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 855 case Instruction::BitCast: Out << "Instruction::BitCast"; break;
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 507 mov(value, Operand(BitCast<int32_t>(kZapValue + 4)));
508 mov(dst, Operand(BitCast<int32_t>(kZapValue + 8)));
577 mov(dst, Operand(BitCast<int32_t>(kZapValue + 12)));
578 mov(map, Operand(BitCast<int32_t>(kZapValue + 16)));
648 mov(address, Operand(BitCast<int32_t>(kZapValue + 12)));
649 mov(value, Operand(BitCast<int32_t>(kZapValue + 16)));
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 137 !(I->getOpcode() == Instruction::BitCast ||
874 // If the bitcast doesn't change the type, just use the operand value.
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 439 case Instruction::BitCast:
740 case Instruction::BitCast:
    [all...]
GlobalOpt.cpp 303 } else if ((CE->getOpcode() == Instruction::BitCast &&
    [all...]
  /external/chromium_org/v8/src/
assembler.h 454 return BitCast<uint64_t>(data64_);
    [all...]
global-handles.cc 852 ASSERT(!Node::FromLocation(BitCast<Object**>(parent))->is_independent());
  /external/clang/lib/CodeGen/
CGVTables.cpp 327 // Strip off a bitcast if we got one back.
329 assert(CE->getOpcode() == llvm::Instruction::BitCast);
349 // If needed, replace the old thunk with a bitcast.
CodeGenModule.cpp 209 assert(CE->getOpcode() == llvm::Instruction::BitCast ||
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 721 INSTKEYWORD(bitcast, BitCast);
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 505 VI->getOpcode() == Instruction::BitCast)
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 236 li(value, Operand(BitCast<int32_t>(kZapValue + 4)));
237 li(dst, Operand(BitCast<int32_t>(kZapValue + 8)));
311 li(dst, Operand(BitCast<int32_t>(kZapValue + 12)));
312 li(map, Operand(BitCast<int32_t>(kZapValue + 16)));
385 li(address, Operand(BitCast<int32_t>(kZapValue + 12)));
386 li(value, Operand(BitCast<int32_t>(kZapValue + 16)));
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 745 milliseconds

1 23 4 5 6