Searched defs:isTarget (Results 1 – 5 of 5) sorted by relevance
| /external/llvm/utils/TableGen/ |
| D | CodeGenTarget.cpp | 437 bool isTarget = I[i]->getValueAsBit("isTarget"); in LoadIntrinsics() local
|
| /external/iptables/iptables/ |
| D | iptables-xml.c | 345 isTarget(char *arg) in isTarget() function
|
| /external/javassist/src/main/javassist/bytecode/stackmap/ |
| D | MapMaker.java | 336 private boolean isTarget(TypedBlock cur, TypedBlock prev) { in isTarget() method in MapMaker
|
| /external/proguard/src/proguard/optimize/peephole/ |
| D | BranchTargetFinder.java | 101 public boolean isTarget(int offset) in isTarget() method in BranchTargetFinder
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 1200 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()
|