Home
last modified time | relevance | path

Searched refs:InstVal (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInst.h49 const MCInst *InstVal; member
104 return InstVal; in getInst()
108 InstVal = Val; in setInst()
138 Op.InstVal = Val; in createInst()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInst.h50 const MCInst *InstVal; member
107 return InstVal; in getInst()
112 InstVal = Val; in setInst()
146 Op.InstVal = Val; in createInst()
/external/llvm-project/llvm/include/llvm/MC/
DMCInst.h50 const MCInst *InstVal; member
107 return InstVal; in getInst()
112 InstVal = Val; in setInst()
146 Op.InstVal = Val; in createInst()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp126 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal, in instrument() argument
128 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType()); in instrument()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp57 static Value *getBoundsCheckCond(Value *Ptr, Value *InstVal, in getBoundsCheckCond() argument
61 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType()); in getBoundsCheckCond()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp57 static Value *getBoundsCheckCond(Value *Ptr, Value *InstVal, in getBoundsCheckCond() argument
61 uint64_t NeededSize = DL.getTypeStoreSize(InstVal->getType()); in getBoundsCheckCond()
/external/llvm-project/llvm/utils/
Dllvm.grm372 Inst ::= ^ " " ^ OptLocalAssign InstVal ^ "\n";
389 InstVal ::=
/external/llvm/utils/
Dllvm.grm371 Inst ::= ^ " " ^ OptLocalAssign InstVal ^ "\n";
388 InstVal ::=
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp3356 isl_val *InstVal = isl_val_int_from_si(S->getIslCtx().get(), InstCount); in approxDynamicInst() local
3357 auto *InstExpr = isl_ast_expr_from_val(InstVal); in approxDynamicInst()