/external/llvm/test/CodeGen/X86/ |
lsr-reuse.ll | 422 %tmp23 = sext i32 %1 to i64 ; <i64> [#uses=1] [all...] |
stack-protector.ll | [all...] |
/external/clang/lib/CodeGen/ |
CGCall.cpp | [all...] |
CGExprCXX.cpp | 692 // Otherwise, if we're signed, we want to sext up to size_t. [all...] |
CGBuiltin.cpp | 793 // addressing, we need to make sure we zext / sext based on [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 74 case Instruction::SExt : return bitc::CAST_SEXT; 216 case Attribute::SExt: [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 538 if (VA.getLocInfo() == CCValAssign::SExt) 561 case CCValAssign::SExt: [all...] |
/external/llvm/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | 737 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt)) [all...] |
IndVarSimplify.cpp | 632 bool IsSigned; // Was an sext user seen before a zext? 657 bool IsSigned = Cast->getOpcode() == Instruction::SExt; [all...] |
ScalarReplAggregates.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |
FastISel.cpp | [all...] |
LegalizeIntegerTypes.cpp | 685 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), 687 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
InstCombineSimplifyDemanded.cpp | 450 case Instruction::SExt: { [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | [all...] |
/external/llvm/include/llvm/ADT/ |
APInt.h | [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.td | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstr64Bit.td | 515 [(set i64:$rA, (sext i32:$rS))]>, isPPC64; [all...] |
/external/llvm/lib/Target/R600/ |
SIInstructions.td | [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 83 case Instruction::SExt : return bitc::CAST_SEXT; [all...] |
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 68 case Instruction::SExt : return bitc::CAST_SEXT; [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 121 case bitc::CAST_SEXT : return Instruction::SExt; 589 *Kind = Attribute::SExt; [all...] |