Searched defs:isTarget (Results 1 – 5 of 5) sorted by relevance
| /external/llvm/utils/TableGen/ |
| D | CodeGenTarget.cpp | 430 bool isTarget = I[i]->getValueAsBit("isTarget"); in LoadIntrinsics() local
|
| /external/iptables/iptables/ |
| D | iptables-xml.c | 345 isTarget(char *arg) in isTarget() function
|
| /external/proguard/src/proguard/optimize/peephole/ |
| D | BranchTargetFinder.java | 106 public boolean isTarget(int offset) in isTarget() method in BranchTargetFinder
|
| /external/javassist/src/main/javassist/bytecode/stackmap/ |
| D | MapMaker.java | 336 private boolean isTarget(TypedBlock cur, TypedBlock prev) { in isTarget() method in MapMaker
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 1198 SDValue SelectionDAG::getIntPtrConstant(uint64_t Val, bool isTarget) { in getIntPtrConstant() 1203 SDValue SelectionDAG::getConstantFP(const APFloat& V, EVT VT, bool isTarget) { in getConstantFP() 1207 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, EVT VT, bool isTarget){ in getConstantFP() 1241 SDValue SelectionDAG::getConstantFP(double Val, EVT VT, bool isTarget) { in getConstantFP() 1294 SDValue SelectionDAG::getFrameIndex(int FI, EVT VT, bool isTarget) { in getFrameIndex() 1309 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() 1331 bool isTarget, in getConstantPool() 1358 bool isTarget, in getConstantPool() 1718 bool isTarget, in getBlockAddress()
|