HomeSort by relevance Sort by last modified time
    Searched refs:OperandTraits (Results 1 - 13 of 13) 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 26 /// OperandTraits - Compile-time customization of
30 struct OperandTraits;
76 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx]
77 : 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"
167 struct OperandTraits<GlobalVariable> :
Instructions.h 371 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> {
543 struct OperandTraits<AtomicCmpXchgInst> :
689 struct OperandTraits<AtomicRMWInst>
841 struct OperandTraits<GetElementPtrInst> :
855 OperandTraits<GetElementPtrInst>::op_end(this) - Values,
    [all...]
Constants.h 25 #include "llvm/OperandTraits.h"
389 struct OperandTraits<ConstantArray> :
449 struct OperandTraits<ConstantStruct> :
500 struct OperandTraits<ConstantVector> :
574 struct OperandTraits<BlockAddress> :
    [all...]
InstrTypes.h 20 #include "llvm/OperandTraits.h"
130 struct OperandTraits<UnaryInstruction> :
374 struct OperandTraits<BinaryOperator> :
    [all...]
  /external/llvm/lib/VMCore/
ConstantsContext.h 242 struct OperandTraits<UnaryConstantExpr> :
248 struct OperandTraits<BinaryConstantExpr> :
254 struct OperandTraits<SelectConstantExpr> :
260 struct OperandTraits<ExtractElementConstantExpr> :
266 struct OperandTraits<InsertElementConstantExpr> :
272 struct OperandTraits<ShuffleVectorConstantExpr> :
278 struct OperandTraits<ExtractValueConstantExpr> :
284 struct OperandTraits<InsertValueConstantExpr> :
290 struct OperandTraits<GetElementPtrConstantExpr> :
298 struct OperandTraits<CompareConstantExpr>
    [all...]
Instructions.cpp 300 OperandTraits<CallInst>::op_end(this) - 1,
310 OperandTraits<CallInst>::op_end(this) - 1,
317 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(),
540 OperandTraits<InvokeInst>::op_end(this)
589 OperandTraits<ReturnInst>::op_end(this) -
599 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
606 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
613 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) {
667 OperandTraits<ResumeInst>::op_begin(this), 1) {
673 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore)
    [all...]
Globals.cpp 88 OperandTraits<GlobalVariable>::op_begin(this),
107 OperandTraits<GlobalVariable>::op_begin(this),
Constants.cpp 593 OperandTraits<ConstantArray>::op_end(this) - V.size(),
668 OperandTraits<ConstantStruct>::op_end(this) - V.size(),
702 OperandTraits<ConstantVector>::op_end(this) - V.size(),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 27 #include "llvm/OperandTraits.h"
203 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 28 #include "llvm/OperandTraits.h"
178 struct OperandTraits<ConstantPlaceHolder> :
    [all...]

Completed in 352 milliseconds