OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getConstraint
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCParsedAsmOperand.h
46
StringRef
getConstraint
() { return Constraint; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ConstraintElimination.cpp
128
getConstraint
(CmpInst::Predicate Pred, Value *Op0, Value *Op1,
149
return
getConstraint
(CmpInst::getSwappedPredicate(Pred), Op1, Op0,
154
getConstraint
(CmpInst::ICMP_UGE, Op0, Op1, Value2Index, NewIndices);
156
getConstraint
(CmpInst::ICMP_ULE, Op0, Op1, Value2Index, NewIndices);
162
return
getConstraint
(CmpInst::ICMP_UGT, Op0, Op1, Value2Index, NewIndices);
206
getConstraint
(CmpInst *Cmp, const DenseMap<Value *, unsigned> &Value2Index,
208
return
getConstraint
(Cmp->getPredicate(), Cmp->getOperand(0),
370
auto R =
getConstraint
(Cmp, Value2Index, NewIndices);
442
auto R =
getConstraint
(CB.Condition, Value2Index, NewIndices);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVBaseInfo.h
106
static inline VConstraintType
getConstraint
(uint64_t TSFlags) {
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 276 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026