Home
last modified time | relevance | path

Searched defs:isTarget (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenTarget.cpp437 bool isTarget = I[i]->getValueAsBit("isTarget"); in LoadIntrinsics() local
/external/iptables/iptables/
Diptables-xml.c345 isTarget(char *arg) in isTarget() function
/external/javassist/src/main/javassist/bytecode/stackmap/
DMapMaker.java336 private boolean isTarget(TypedBlock cur, TypedBlock prev) { in isTarget() method in MapMaker
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java101 public boolean isTarget(int offset) in isTarget() method in BranchTargetFinder
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1200 SDValue SelectionDAG::getIntPtrConstant(uint64_t Val, bool isTarget) { in getIntPtrConstant()
1205 SDValue SelectionDAG::getConstantFP(const APFloat& V, EVT VT, bool isTarget) { in getConstantFP()
1209 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, EVT VT, bool isTarget){ in getConstantFP()
1243 SDValue SelectionDAG::getConstantFP(double Val, EVT VT, bool isTarget) { in getConstantFP()
1297 SDValue SelectionDAG::getFrameIndex(int FI, EVT VT, bool isTarget) { in getFrameIndex()
1312 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable()
1334 bool isTarget, in getConstantPool()
1362 bool isTarget, in getConstantPool()
1673 bool isTarget, in getBlockAddress()