HomeSort by relevance Sort by last modified time
    Searched full:opty (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/Support/
PatternMatch.h 53 template<typename OpTy>
54 bool match(OpTy *V) {
380 template<typename OpTy>
381 bool match(OpTy *V) {
511 template<typename OpTy>
512 bool match(OpTy *V) {
555 template<typename OpTy>
556 bool match(OpTy *V) {
579 template<typename OpTy>
580 bool match(OpTy *V)
    [all...]
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 164 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval]
167 CST_CODE_CE_EXTRACTELT = 14, // CE_EXTRACTELT: [opty, opval, opval]
170 CST_CODE_CE_CMP = 17, // CE_CMP: [opty, opval, opval, pred]
173 CST_CODE_CE_SHUFVEC_EX = 19, // SHUFVEC_EX: [opty, opval, opval, opval]
273 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval]
276 FUNC_CODE_INST_EXTRACTELT = 6, // EXTRACTELT: [opty, opval, opval]
279 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred]
281 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>]
283 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...]
292 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 53 Type *OpTy) const {
54 return PrevTTI->getOperationCost(Opcode, Ty, OpTy);
250 unsigned getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy) const {
260 assert(OpTy && "Cast instructions must provide the operand type");
261 if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
271 if (DL && DL->isLegalInteger(OpTy->getScalarSizeInBits()) &&
272 OpTy->getScalarSizeInBits() <= DL->getPointerSizeInBits())
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrNEON.td     [all...]
ARMFastISel.cpp     [all...]
ARMInstrFormats.td     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 1071 const ObjCObjectPointerType *opty local
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp 492 EVT OpTy = N->getOperand(1).getValueType();
495 Mask = PromoteTargetBoolean(Mask, getSetCCResultType(OpTy));
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrNEON.td 209 RegisterClass VPRC, ValueType OpTy, bit q, bit u, bits<2> size, bits<5> opcode,
214 [(set (OpTy VPRC:$Rd),
215 (OpTy (opnode (OpTy VPRC:$src), (OpTy VPRC:$Rn), (OpTy VPRC:$Rm))))],
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 112 Type *OpTy = 0) const;
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 977 milliseconds