HomeSort by relevance Sort by last modified time
    Searched refs:PtrToInt (Results 26 - 50 of 59) sorted by null

12 3

  /external/llvm/lib/IR/
ConstantFold.cpp 606 case Instruction::PtrToInt: // always treated as unsigned
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCasts.cpp 260 // We don't want to form an inttoptr or ptrtoint that converts to an integer
263 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy))
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
X86FastISel.cpp 689 case Instruction::PtrToInt:
865 case Instruction::PtrToInt:
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 887 case Instruction::PtrToInt:
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 71 /// looking through basic ptrtoint+arithmetic+inttoptr sequences.
75 // If we find a ptrtoint, we can transfer control back to the
77 if (U->getOpcode() == Instruction::PtrToInt)
99 /// and adds support for basic ptrtoint+arithmetic+inttoptr sequences.
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 716 case Instruction::PtrToInt: {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
GVN.cpp 433 case Instruction::PtrToInt:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 187 | PtrToInt
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 416 case Instruction::PtrToInt:
426 // Note that we handle pointer operands here because of inttoptr/ptrtoint
    [all...]
ScalarEvolution.cpp 387 if (VCE->getOpcode() == Instruction::PtrToInt)
404 if (VCE->getOpcode() == Instruction::PtrToInt)
429 if (VCE->getOpcode() == Instruction::PtrToInt)
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 78 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 341 case Instruction::PtrToInt: {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 310 case Instruction::PtrToInt:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 90 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 75 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 80 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 139 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt;
    [all...]

Completed in 1353 milliseconds

12 3