HomeSort by relevance Sort by last modified time
    Searched refs:OperandTraits (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/IR/
OperandTraits.h 1 //===-- llvm/OperandTraits.h - OperandTraits class definition ---*- C++ -*-===//
125 return OperandTraits<CLASS>::op_begin(this); \
128 return OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this)); \
131 return OperandTraits<CLASS>::op_end(this); \
134 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
137 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \
140 OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this))[i_nocapture].get()); \
143 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \
145 OperandTraits<CLASS>::op_begin(this)[i_nocapture] = Val_nocapture;
    [all...]
User.h 35 struct OperandTraits;
104 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx]
105 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx];
GlobalVariable.h 26 #include "llvm/IR/OperandTraits.h"
169 struct OperandTraits<GlobalVariable> :
GlobalAlias.h 21 #include "llvm/IR/OperandTraits.h"
116 struct OperandTraits<GlobalAlias> :
Instructions.h 436 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> {
666 struct OperandTraits<AtomicCmpXchgInst> :
817 struct OperandTraits<AtomicRMWInst>
    [all...]
Constants.h 29 #include "llvm/IR/OperandTraits.h"
391 struct OperandTraits<ConstantArray> :
451 struct OperandTraits<ConstantStruct> :
504 struct OperandTraits<ConstantVector> :
    [all...]
InstrTypes.h 25 #include "llvm/IR/OperandTraits.h"
318 struct OperandTraits<UnaryInstruction> :
568 struct OperandTraits<BinaryOperator> :
    [all...]
Function.h 28 #include "llvm/IR/OperandTraits.h"
659 struct OperandTraits<Function> : public HungoffOperandTraits<3> {};
  /external/v8/src/interpreter/
bytecode-traits.h 32 struct OperandTraits {
39 struct OperandTraits<OperandType::k##Name> { \
62 Helper<OperandTraits<operand_type>::TypeInfoTraits::kIsScalable,
63 OperandTraits<operand_type>::TypeInfoTraits::kUnscaledSize,
96 OperandTraits<operand_0>::kOperandTypeInfo,
97 OperandTraits<operand_1>::kOperandTypeInfo,
98 OperandTraits<operand_2>::kOperandTypeInfo,
99 OperandTraits<operand_3>::kOperandTypeInfo, OperandTypeInfo::kNone};
129 return (OperandTraits<operand_0>::TypeInfoTraits::kIsScalable |
130 OperandTraits<operand_1>::TypeInfoTraits::kIsScalable
    [all...]
bytecodes.cc 616 return OperandTraits<OperandType::k##Name>::TypeInfoTraits::kIsUnsigned;
  /external/llvm/lib/IR/
ConstantsContext.h 292 struct OperandTraits<UnaryConstantExpr>
297 struct OperandTraits<BinaryConstantExpr>
302 struct OperandTraits<SelectConstantExpr>
307 struct OperandTraits<ExtractElementConstantExpr>
312 struct OperandTraits<InsertElementConstantExpr>
317 struct OperandTraits<ShuffleVectorConstantExpr>
322 struct OperandTraits<ExtractValueConstantExpr>
327 struct OperandTraits<InsertValueConstantExpr>
332 struct OperandTraits<GetElementPtrConstantExpr>
338 struct OperandTraits<CompareConstantExpr
    [all...]
Instructions.cpp 273 OperandTraits<CallInst>::op_end(this) - 1,
283 OperandTraits<CallInst>::op_end(this) - 1,
290 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(),
578 OperandTraits<InvokeInst>::op_end(this) -
690 OperandTraits<ReturnInst>::op_end(this) -
700 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
707 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
714 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) {
740 OperandTraits<ResumeInst>::op_begin(this), 1) {
746 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore)
    [all...]
Globals.cpp 146 OperandTraits<GlobalVariable>::op_begin(this),
164 OperandTraits<GlobalVariable>::op_begin(this),
Constants.cpp 915 OperandTraits<ConstantArray>::op_end(this) - V.size(),
    [all...]
Function.cpp 252 OperandTraits<Function>::op_begin(this), 0, Linkage, name),
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 28 #include "llvm/IR/OperandTraits.h"
561 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 30 #include "llvm/IR/OperandTraits.h"
836 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 28 #include "llvm/IR/OperandTraits.h"
879 struct OperandTraits<ConstantPlaceHolder>
    [all...]

Completed in 281 milliseconds