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

12 3

  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 616 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt))
    [all...]
ScalarReplAggregates.cpp     [all...]
IndVarSimplify.cpp 726 bool IsSigned; // Was an sext user seen before a zext?
752 if (!IsSigned && Cast->getOpcode() != Instruction::ZExt)
    [all...]
SCCP.cpp     [all...]
GVN.cpp 376 case Instruction::ZExt:
    [all...]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 179 TEST_F(ConstantRangeTest, ZExt) {
187 EXPECT_EQ(ZOne, ConstantRange(One.getLower().zext(20),
188 One.getUpper().zext(20)));
189 EXPECT_EQ(ZSome, ConstantRange(Some.getLower().zext(20),
190 Some.getUpper().zext(20)));
  /external/clang/lib/CodeGen/
CGCall.cpp 775 RetAttrs |= llvm::Attribute::ZExt;
819 Attributes |= llvm::Attribute::ZExt;
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 562 case Instruction::ZExt: {
565 GV.IntVal = GV.IntVal.zext(BitWidth);
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 209 case llvm::Instruction::ZExt: {
214 Result.IntVal = Result.IntVal.zext(BitWidth);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp 802 APInt N = SmallCst->getValue().zext(BigBitSize) | BigCst->getValue();
    [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp 695 isSExt = false, FromVT = MVT::i1; // ASSERT ZEXT 1
699 isSExt = false, FromVT = MVT::i8; // ASSERT ZEXT 8
703 isSExt = false, FromVT = MVT::i16; // ASSERT ZEXT 16
707 isSExt = false, FromVT = MVT::i32; // ASSERT ZEXT 32
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 423 case CCValAssign::ZExt:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 74 | Zext
174 | ZExt
656 Attribute.Zext -> Int32.shift_left 1l 0
692 checkattr Attribute.Zext;
    [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 65 case Instruction::ZExt : return bitc::CAST_ZEXT;
    [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 701 case Instruction::ZExt:
721 case Instruction::ZExt:
755 case Instruction::ZExt:
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 75 case Instruction::ZExt : return bitc::CAST_ZEXT;
    [all...]

Completed in 2448 milliseconds

12 3