HomeSort by relevance Sort by last modified time
    Searched refs:OperandTraits (Results 1 - 14 of 14) 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...]
GlobalAlias.h 21 #include "llvm/IR/OperandTraits.h"
85 struct OperandTraits<GlobalAlias> :
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];
GlobalVariable.h 26 #include "llvm/IR/OperandTraits.h"
202 struct OperandTraits<GlobalVariable> :
Instructions.h 373 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> {
544 struct OperandTraits<AtomicCmpXchgInst> :
690 struct OperandTraits<AtomicRMWInst>
    [all...]
Constants.h 28 #include "llvm/IR/OperandTraits.h"
369 struct OperandTraits<ConstantArray> :
427 struct OperandTraits<ConstantStruct> :
474 struct OperandTraits<ConstantVector> :
776 struct OperandTraits<BlockAddress> :
    [all...]
InstrTypes.h 22 #include "llvm/IR/OperandTraits.h"
128 struct OperandTraits<UnaryInstruction> :
371 struct OperandTraits<BinaryOperator> :
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 307 OperandTraits<CallInst>::op_end(this) - 1,
317 OperandTraits<CallInst>::op_end(this) - 1,
324 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(),
558 OperandTraits<InvokeInst>::op_end(this)
617 OperandTraits<ReturnInst>::op_end(this) -
627 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
634 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
641 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) {
667 OperandTraits<ResumeInst>::op_begin(this), 1) {
673 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 91 OperandTraits<GlobalVariable>::op_begin(this),
112 OperandTraits<GlobalVariable>::op_begin(this),
Constants.cpp 735 OperandTraits<ConstantArray>::op_end(this) - V.size(),
863 OperandTraits<ConstantStruct>::op_end(this) - V.size(),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 21 #include "llvm/IR/OperandTraits.h"
225 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 25 #include "llvm/IR/OperandTraits.h"
240 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 26 #include "llvm/IR/OperandTraits.h"
520 struct OperandTraits<ConstantPlaceHolder> :
    [all...]

Completed in 74 milliseconds