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

  /external/llvm/include/llvm/
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 27 /// OperandTraits - Compile-time customization of
31 struct OperandTraits;
78 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx]
79 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx];
GlobalAlias.h 19 #include "llvm/OperandTraits.h"
86 struct OperandTraits<GlobalAlias> :
GlobalVariable.h 24 #include "llvm/OperandTraits.h"
184 struct OperandTraits<GlobalVariable> :
Instructions.h 373 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> {
545 struct OperandTraits<AtomicCmpXchgInst> :
691 struct OperandTraits<AtomicRMWInst>
862 struct OperandTraits<GetElementPtrInst> :
    [all...]
Constants.h 25 #include "llvm/OperandTraits.h"
377 struct OperandTraits<ConstantArray> :
436 struct OperandTraits<ConstantStruct> :
484 struct OperandTraits<ConstantVector> :
791 struct OperandTraits<BlockAddress> :
    [all...]
InstrTypes.h 20 #include "llvm/OperandTraits.h"
130 struct OperandTraits<UnaryInstruction> :
374 struct OperandTraits<BinaryOperator> :
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 306 OperandTraits<CallInst>::op_end(this) - 1,
316 OperandTraits<CallInst>::op_end(this) - 1,
323 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(),
546 OperandTraits<InvokeInst>::op_end(this)
595 OperandTraits<ReturnInst>::op_end(this) -
605 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
612 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
619 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) {
645 OperandTraits<ResumeInst>::op_begin(this), 1) {
651 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore)
    [all...]
ConstantsContext.h 255 struct OperandTraits<UnaryConstantExpr> :
261 struct OperandTraits<BinaryConstantExpr> :
267 struct OperandTraits<SelectConstantExpr> :
273 struct OperandTraits<ExtractElementConstantExpr> :
279 struct OperandTraits<InsertElementConstantExpr> :
285 struct OperandTraits<ShuffleVectorConstantExpr> :
291 struct OperandTraits<ExtractValueConstantExpr> :
297 struct OperandTraits<InsertValueConstantExpr> :
303 struct OperandTraits<GetElementPtrConstantExpr> :
311 struct OperandTraits<CompareConstantExpr>
    [all...]
Globals.cpp 88 OperandTraits<GlobalVariable>::op_begin(this),
107 OperandTraits<GlobalVariable>::op_begin(this),
Constants.cpp 678 OperandTraits<ConstantArray>::op_end(this) - V.size(),
806 OperandTraits<ConstantStruct>::op_end(this) - V.size(),
857 OperandTraits<ConstantVector>::op_end(this) - V.size(),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 28 #include "llvm/OperandTraits.h"
226 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 29 #include "llvm/OperandTraits.h"
241 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 31 #include "llvm/OperandTraits.h"
520 struct OperandTraits<ConstantPlaceHolder> :
    [all...]

Completed in 144 milliseconds