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

  /external/llvm/include/llvm/IR/
PatternMatch.h 53 template<typename OpTy>
54 bool match(OpTy *V) {
380 template<typename OpTy>
381 bool match(OpTy *V) {
508 template<typename OpTy>
509 bool match(OpTy *V) {
601 template<typename OpTy>
602 bool match(OpTy *V) {
645 template<typename OpTy>
646 bool match(OpTy *V)
    [all...]
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 165 CST_CODE_CE_CAST = 11, // CE_CAST: [opcode, opty, opval]
168 CST_CODE_CE_EXTRACTELT = 14, // CE_EXTRACTELT: [opty, opval, opval]
171 CST_CODE_CE_CMP = 17, // CE_CMP: [opty, opval, opval, pred]
174 CST_CODE_CE_SHUFVEC_EX = 19, // SHUFVEC_EX: [opty, opval, opval, opval]
275 FUNC_CODE_INST_CAST = 3, // CAST: [opcode, ty, opty, opval]
278 FUNC_CODE_INST_EXTRACTELT = 6, // EXTRACTELT: [opty, opval, opval]
281 FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred]
283 FUNC_CODE_INST_RET = 10, // RET: [opty,opval<both optional>]
285 FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, op0, op1, ...]
294 FUNC_CODE_INST_LOAD = 20, // LOAD: [opty, op, align, vol
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 44 Type *OpTy) const {
45 return PrevTTI->getOperationCost(Opcode, Ty, OpTy);
267 Type *OpTy) const override {
277 assert(OpTy && "Cast instructions must provide the operand type");
278 if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
291 unsigned OpSize = OpTy->getScalarSizeInBits();
307 DestSize >= DL->getPointerTypeSizeInBits(OpTy))
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrNEON.td     [all...]
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 1126 const ObjCObjectPointerType *opty local
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 520 EVT OpTy = N->getOperand(1).getValueType();
523 Mask = PromoteTargetBoolean(Mask, OpTy);
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 108 Type *OpTy = nullptr) const;
  /external/llvm/lib/Target/Mips/
MipsMSAInstrInfo.td 164 class vfsetcc_type<ValueType ResTy, ValueType OpTy, CondCode CC> :
166 (ResTy (vfsetcc (OpTy node:$lhs), (OpTy node:$rhs), CC))>;
    [all...]

Completed in 9187 milliseconds