Home
last modified time | relevance | path

Searched refs:OperandTraits (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DOperandTraits.h125 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; \
148 return OperandTraits<CLASS>::operands(this); \
DUser.h43 struct OperandTraits;
114 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom()
115 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom()
/external/llvm/include/llvm/IR/
DOperandTraits.h125 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; \
148 return OperandTraits<CLASS>::operands(this); \
DUser.h37 struct OperandTraits;
106 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom()
107 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom()
DInstructions.h426 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> {
657 struct OperandTraits<AtomicCmpXchgInst> :
808 struct OperandTraits<AtomicRMWInst>
1051 struct OperandTraits<GetElementPtrInst> :
1060 OperandTraits<GetElementPtrInst>::op_end(this) - Values,
1073 OperandTraits<GetElementPtrInst>::op_end(this) - Values,
1867 struct OperandTraits<CallInst> : public VariadicOperandTraits<CallInst, 1> {
1876 Instruction::Call, OperandTraits<CallInst>::op_end(this) -
1886 OperandTraits<CallInst>::op_end(this) -
1976 struct OperandTraits<SelectInst> : public FixedNumOperandTraits<SelectInst, 3> {
[all …]
DGlobalIndirectSymbol.h76 struct OperandTraits<GlobalIndirectSymbol> :
DGlobalVariable.h175 struct OperandTraits<GlobalVariable> :
DInstrTypes.h318 struct OperandTraits<UnaryInstruction> :
548 struct OperandTraits<BinaryOperator> :
1113 struct OperandTraits<CmpInst> : public FixedNumOperandTraits<CmpInst, 2> {
1182 struct OperandTraits<FuncletPadInst>
DConstants.h384 struct OperandTraits<ConstantAggregate>
821 struct OperandTraits<BlockAddress> :
1187 struct OperandTraits<ConstantExpr> :
/external/swiftshader/third_party/LLVM/include/llvm/
DOperandTraits.h125 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; \
148 return OperandTraits<CLASS>::operands(this); \
DUser.h30 struct OperandTraits;
76 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom()
77 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom()
DInstructions.h371 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,
869 OperandTraits<GetElementPtrInst>::op_end(this) - Values,
1362 struct OperandTraits<CallInst> : public VariadicOperandTraits<CallInst, 1> {
1370 OperandTraits<CallInst>::op_end(this) - (Args.size() + 1),
1380 OperandTraits<CallInst>::op_end(this) - (Args.size() + 1),
1462 struct OperandTraits<SelectInst> : public FixedNumOperandTraits<SelectInst, 3> {
[all …]
DConstants.h389 struct OperandTraits<ConstantArray> :
449 struct OperandTraits<ConstantStruct> :
500 struct OperandTraits<ConstantVector> :
574 struct OperandTraits<BlockAddress> :
883 struct OperandTraits<ConstantExpr> :
DGlobalAlias.h86 struct OperandTraits<GlobalAlias> :
DGlobalVariable.h167 struct OperandTraits<GlobalVariable> :
DInstrTypes.h130 struct OperandTraits<UnaryInstruction> :
374 struct OperandTraits<BinaryOperator> :
846 struct OperandTraits<CmpInst> : public FixedNumOperandTraits<CmpInst, 2> {
/external/v8/src/interpreter/
Dbytecode-traits.h32 struct OperandTraits { struct
39 struct OperandTraits<OperandType::k##Name> { \ argument
62 Helper<OperandTraits<operand_type>::TypeInfoTraits::kIsScalable,
63 OperandTraits<operand_type>::TypeInfoTraits::kUnscaledSize,
103 OperandTraits<operands>::kOperandTypeInfo...};
Dbytecodes.cc266 return OperandTraits<OperandType::k##Name>::TypeInfoTraits::kIsUnsigned; in IsUnsignedOperandType()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp300 OperandTraits<CallInst>::op_end(this) - 1, in CallInst()
310 OperandTraits<CallInst>::op_end(this) - 1, in CallInst()
317 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(), in CallInst()
540 OperandTraits<InvokeInst>::op_end(this) in InvokeInst()
589 OperandTraits<ReturnInst>::op_end(this) - in ReturnInst()
599 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
606 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
613 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) { in ReturnInst()
667 OperandTraits<ResumeInst>::op_begin(this), 1) { in ResumeInst()
673 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { in ResumeInst()
[all …]
DConstantsContext.h242 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> :
DGlobals.cpp88 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
107 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
/external/llvm/lib/IR/
DInstructions.cpp291 OperandTraits<CallInst>::op_end(this) - 1, in CallInst()
301 OperandTraits<CallInst>::op_end(this) - 1, in CallInst()
308 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(), in CallInst()
669 OperandTraits<InvokeInst>::op_end(this) - in InvokeInst()
808 OperandTraits<ReturnInst>::op_end(this) - in ReturnInst()
818 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
825 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
832 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) { in ReturnInst()
858 OperandTraits<ResumeInst>::op_begin(this), 1) { in ResumeInst()
864 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { in ResumeInst()
[all …]
DConstantsContext.h284 struct OperandTraits<UnaryConstantExpr>
289 struct OperandTraits<BinaryConstantExpr>
294 struct OperandTraits<SelectConstantExpr>
299 struct OperandTraits<ExtractElementConstantExpr>
304 struct OperandTraits<InsertElementConstantExpr>
309 struct OperandTraits<ShuffleVectorConstantExpr>
314 struct OperandTraits<ExtractValueConstantExpr>
319 struct OperandTraits<InsertValueConstantExpr>
324 struct OperandTraits<GetElementPtrConstantExpr>
330 struct OperandTraits<CompareConstantExpr>
DGlobals.cpp225 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
243 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h238 struct OperandTraits<MemoryUseOrDef>
275 struct OperandTraits<MemoryUse> : public FixedNumOperandTraits<MemoryUse, 1> {};
319 struct OperandTraits<MemoryDef> : public FixedNumOperandTraits<MemoryDef, 1> {};
487 template <> struct OperandTraits<MemoryPhi> : public HungoffOperandTraits<2> {};

12