HomeSort by relevance Sort by last modified time
    Searched full:sext (Results 701 - 725 of 729) sorted by null

<<21222324252627282930

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 117 STATISTIC(NumFastIselFailSExt,"Fast isel fails on SExt");
    [all...]
TargetLowering.cpp 60 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 788 else if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0)))
789 Arg = dyn_cast<Argument>(SExt->getOperand(0));
    [all...]
LoopStrengthReduce.cpp     [all...]
GVN.cpp 424 case Instruction::SExt:
    [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrNEON.td     [all...]
ARMInstrThumb2.td 70 unsigned N16bitSignExt = apIntN.trunc(16).sext(32).getZExtValue();
103 unsigned N16bitSignExt = apIntN.trunc(16).sext(32).getZExtValue();
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityNames.in     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 742 // zext/sext i1 to i16
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
SimplifyCFG.cpp 225 case Instruction::SExt:
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLSchema.java     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 173 case bitc::CAST_SEXT : return Instruction::SExt;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 73 case Instruction::SExt : return bitc::CAST_SEXT;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.td 287 // For 64-bit, make sure it is sext right.
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 567 case Instruction::SExt:
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 415 case bitc::CAST_SEXT : return Instruction::SExt;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 1427 milliseconds

<<21222324252627282930