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

12 3

  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
ScheduleDAGInstrs.cpp 71 /// looking through basic ptrtoint+arithmetic+inttoptr sequences.
99 /// and adds support for basic ptrtoint+arithmetic+inttoptr sequences.
115 if (Operator::getOpcode(V) == Instruction::IntToPtr) {
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
X86FastISel.cpp 683 case Instruction::IntToPtr:
858 case Instruction::IntToPtr:
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 888 case Instruction::IntToPtr:
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 725 case Instruction::IntToPtr: {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
GVN.cpp 434 case Instruction::IntToPtr:
926 // If the result is a pointer, inttoptr.
928 return new IntToPtrInst(StoredVal, LoadedTy, "inttoptr", InsertPt);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 188 | IntToPtr
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 417 case Instruction::IntToPtr:
426 // Note that we handle pointer operands here because of inttoptr/ptrtoint
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 79 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 602 case Instruction::IntToPtr: //always treated as unsigned
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 335 case Instruction::IntToPtr: {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 195 case Instruction::IntToPtr: {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 305 case Instruction::IntToPtr:
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 260 // We don't want to form an inttoptr or ptrtoint that converts to an integer
262 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
    [all...]
InstructionCombining.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 91 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 76 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 81 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR;
    [all...]

Completed in 1379 milliseconds

12 3